{% extends 'events/abstracts/management/_base.html' %} {% block content %} {% if not cfa.has_started %} {% include 'events/abstracts/management/cfa_actions/not_started.html' %} {% elif cfa.has_started and not cfa.has_ended %} {% include 'events/abstracts/management/cfa_actions/open.html' %} {% elif cfa.has_ended %} {% include 'events/abstracts/management/cfa_actions/ended.html' %} {% endif %}
{%- trans %}Submission{% endtrans -%}
{%- trans %}Configure general submission settings and email notification templates.{% endtrans -%}
{%- trans %}Fields and types{% endtrans -%}
{%- trans %}Configure the contribution types and abstract fields.{% endtrans -%}
{%- trans %}Reviewing{% endtrans -%}
{%- trans %}Configure the reviewing questions and answers, the reviewing teams, etc.{% endtrans -%}
{%- trans %}Book of abstracts{% endtrans -%}
{%- trans url=url_for('.export_boa', event) -%} Customize and download the book of abstracts {%- endtrans -%}
{%- trans %}List of abstracts{% endtrans -%}
{%- trans %}View and perform actions on abstracts{% endtrans -%}
{% endblock %}