{% extends 'events/management/base.html' %} {% block title %}{% trans %}Program codes{% endtrans %}{% endblock %} {% block description %} {% trans -%} You can automatically assign program codes in your event to have more meaningful ways of referencing e.g. certain contributions outside Indico. {%- endtrans %} {% endblock %} {% block content %}

{% trans %}Program code templates{% endtrans %}

{% trans %}Sessions{% endtrans %}
{% if templates.session_template %} {{ templates.session_template }} {% else %} {% trans %}No template defined{% endtrans %} {% endif %}
{% trans %}Session blocks{% endtrans %}
{% if templates.session_block_template %} {{ templates.session_block_template }} {% else %} {% trans %}No template defined{% endtrans %} {% endif %}
{% trans %}Contributions{% endtrans %}
{% if templates.contribution_template %} {{ templates.contribution_template }} {% else %} {% trans %}No template defined{% endtrans %} {% endif %}
{% trans %}Subcontributions{% endtrans %}
{% if templates.subcontribution_template %} {{ templates.subcontribution_template }} {% else %} {% trans %}No template defined{% endtrans %} {% endif %}
{% endblock %}