{% 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 %}
{{ proposal.id }} - {{proposal.title}}
{% endfor %}
{% endif %}
{% if updated %}
These proposals will not be updated because they already have time allocations for next semester:
{% for proposal in updated %}