{% load i18n nh3_tags wagtailcore_tags markdown_tags heroicons %} {% if page.open_round and page.list_on_front_page %}

{{ page.title }}

{% if page.next_deadline and page.show_deadline %}

{% heroicon_micro 'calendar-days' class='inline align-text-bottom' aria_hidden=true %} {% trans 'Next deadline' %}: {{ page.next_deadline|date:'M j, Y' }}

{% endif %} {% if page.description %}

{{ page.description|markdown|nh3 }}

{% endif %}
{% trans 'Apply' %}
{% endif %}