{%- trans %}The call for papers is open{% endtrans -%}
{% 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 %}
{% else %}
{% trans %}The call for papers is closed.{% endtrans %}
{% endif -%}