{%- if cfp.is_open %}
{%- trans %}The call for papers is open{% endtrans -%}
{% elif is_authorized %}
{%- trans %}You have been authorized to submit papers{% endtrans -%}
{% else %}
{% trans %}The call for papers is closed.{% endtrans %}
{% endif -%}