{%- 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 %}
{%- if can_submit %}
{% trans %}The call for papers is closed.{% endtrans %}
{% endif -%}
{% if contributions|length == 1 %}
{% set contrib = contributions|first %}
{% set contrib_title -%}
{{ '#%d: %s' | format(contrib.friendly_id, contrib.title) | truncate(65) }}
{%- endset %}
{%- trans %}You can submit your paper for {{ contrib_title }}{% endtrans -%}
{% else %}
{%- trans %}You can submit a paper{% endtrans -%}
{% endif %}
{% endif -%}