{% extends "orga/cfp/base.html" %} {% load i18n %} {% block content %}
{% trans "Title" %} | {% trans "Includes submitted" %} | {% trans "Only confirmed" %} | |
---|---|---|---|
{{ info.title }} {% if info.resource %} {% endif %} | {{ info.include_submitters|yesno }} | {{ info.exclude_unconfirmed|yesno }} |