{% extends 'events/abstracts/management/_base.html' %} {% block content %} {% if not notifications_configured %}
{% trans %} No email notifications templates are configured for this event. You can add the default templates using the button below and customize them, or use the "Notifications" dialog to set up custom notification templates. {% endtrans %}
{% endif %} {% 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 -%}
{# Only show contribution settings if user can manage them #} {% if event.can_manage(session.user) %}
{%- trans %}Fields and types{% endtrans -%}
{%- trans %}Configure the contribution types and abstract fields.{% endtrans -%}
{% endif %}
{%- trans %}Reviewing{% endtrans -%}
{%- trans %}Configure the reviewing questions and answers, the reviewing teams, etc.{% endtrans -%}
{%- trans %}Book of proposals{% endtrans -%}
{% if indico_config.LATEX_ENABLED or event.has_custom_boa %} {% set link_start %}{% endset %} {% set link_end %}{% endset %} {%- trans -%} Customize and {{ link_start }}download{{ link_end }} the book of proposals {%- endtrans -%}
    {% if event.has_custom_boa %}
  • Custom PDF
  • {% endif %} {% if indico_config.LATEX_ENABLED %}
  • PDF
  • {% endif %}
  • LaTeX
{% else %} {% set link_start %}{% endset %} {% set link_end %}{% endset %} {%- trans -%} Customize and {{ link_start }}download{{ link_end }} the book of proposals {%- endtrans -%} {% endif %}
{%- trans %}List of proposals{% endtrans -%}
{%- trans %}View and perform actions on proposals{% endtrans -%}
{% endblock %}