{% load wagtailcore_tags i18n util_tags %}
{% if page.is_open %} {% if page.deadline and False %}
{% trans "Next deadline" %}

{{ page.deadline|date:"M j, Y" }}

{% endif %} {% trans "Apply for this" %} {% verbose_name apply_page %} {% if apply_page.specific.guide_link %} {% trans "Application guide" %} {% endif %} {% else %}

{% trans "CLOSED" %}

{% endif %}