+ {# Still running. #}
+ {% if form.limit_reached %}
+ {# Only taking presentation submissions. #}
+ <div class="warning">
+ {% chunk "contact_form__"|add:form.form_tag|add:"__presentations_only" %}
+ </div>
+ {% else %}
+ {% if not form.open_call %}
+ {# Not taking presentations any more. #}
+ <div class="warning">
+ {% chunk "contact_form__"|add:form.form_tag|add:"__no_presentations" %}
+ </div>
+ {% else %}
+ <div class="warning">
+ {% chunk "contact_form__"|add:form.form_tag|add:"__running" %}
+ </div>
+ {% endif %}
+ {% endif %}
+