{% extends "base.html" %} {% load wagtailcore_tags static i18n util_tags %} {# Dont include fixed apply button on this page #} {% block apply_button %}{% endblock %} {% block header_modifier %}header--light-bg{% endblock %} {% block content %} {% if form.errors or form.non_field_errors %}
Next deadline: {{ page.end_date }}
{% endif %} {% if not page.open_round and not page.start_date and not request.is_preview %} {# the page has no open rounds and we arent on a round page #}