{% extends "orga/cfp/base.html" %} {% load i18n %} {% block cfp_content %} {% trans "Submission Types" %}
{% blocktrans trimmed %} Different submission types may help to guide speakers into different slot lengths (short talks vs long talks) or different presentation formats (talk vs workshop vs metal concert). {% endblocktrans %}
{% for type in types %} {% endfor %}
{% trans "Submission type" %} {% trans "Default length" %} {% trans "Maximum length" %}
{{ type.name }} {{ type.default_duration }} {% if request.event.cfp.default_type == type %} {% trans "Default" %} {% else %} Make default {% endif %}
{% endblock %}