{% extends 'events/abstracts/management/cfa_actions/_base.html' %} {% block label %} {% trans -%} The call for abstracts is closed {%- endtrans %} {% endblock %} {% block text %} {% set tz = event.timezone %} {% trans date=cfa.end_dt|format_date(timezone=tz), time=cfa.end_dt|format_time(timezone=tz) -%} Closed on {{ date }} at {{ time }} ({{ tz }}) {%- endtrans %} {% if cfa.modification_end_dt and not cfa.modification_ended %}
{% trans date=cfa.modification_end_dt|format_date(timezone=tz), time=cfa.modification_end_dt|format_time(timezone=tz) -%} Modifications possible until {{ date }} at {{ time }} {%- endtrans %} {% endif %} {% endblock %} {% block buttons %} {{ super() }}
{%- trans %}Reopen now{% endtrans -%}
{% endblock %}