{% extends "admin/base_site.html" %} {% block content %}
{% csrf_token %} This action will roll over remaining time from the current semester to the next semester, for all instruments.
The following proposals will be affected:

Rollover time allocations from {{currentsemester.id}} to {{nextsemester.id}}? {% for proposal in proposals %} {% endfor %}
{% if rejects or updated %}

No rollover for the following:

{% endif %} {% if rejects %} These proposals will not be updated because they do not have any time allocations in the current semester: {% for proposal in rejects %} {% endfor %} {% endif %} {% if updated %} These proposals will not be updated because they already have time allocations for next semester: {% for proposal in updated %} {% endfor %} {% endif %} {% endblock %}