{% extends "orga/cfp/base.html" %} {% load i18n %} {% block cfp_content %}
| {% 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 %} |