{% if cfa.is_open %}
{%- trans %}The call for abstracts is open{% endtrans -%}
{% else %}
{%- trans %}You have been authorized to submit abstracts{% endtrans -%}
{% endif %}
{%- trans %}You can submit an abstract for reviewing.{% endtrans -%}
{% else %}
{% trans %}The call for abstracts is closed.{% endtrans %}
{% if cfa.modification_end_dt and not cfa.modification_ended and abstracts %}
{%- trans %}You may still modify your abstracts.{% endtrans -%}
{% endif %}
{% endif -%}