{% extends 'rcallocation/base.html' %} {% block title %}Allocation Requests{% endblock title %} {% block sidebar %} {% with current_sidebar="allocation_list" %} {{ block.super }} {% endwith %} {% endblock %} {% block main %} {{ allocation_list.render }} {% endblock %}