{% load wagtailcore_tags i18n %}
{% if fund_type.deadline %}
{% trans "Next deadline" %}: {{ fund_type.deadline|date:"M j, Y" }}
{% else %}
{% trans "CLOSED" %}
{% endif %}