{% extends 'rcallocation/base.html' %} {% load static %} {% block sidebar %} {% with current_sidebar="allocation" %} {{ block.super }} {% endwith %} {% endblock %} {% block css %} {{ block.super }} {% endblock %} {% block js %} {{ block.super }} {% endblock %} {% block main %}
Info: Required fields are marked with an sign.{% if warnings|length > 0 %} {% include "rcallocation/warnings.html" %} {% elif form.errors %}