{% extends "orga/cfp/base.html" %} {% load i18n %} {% block content %}

{{ information.count }} {% blocktrans trimmed count count=information.count %} Speaker Information Note {% plural %} Speaker Information Notes {% endblocktrans %}

{% blocktrans trimmed %} Add important messages (e.g. "Please bring an HDMI adapter if required.") or files (e.g. a conference styleguide).
They are shown to the selected speakers above the list of their submitted talks. {% endblocktrans %}
{% for info in information %} {% endfor %}
{% trans "Title" %} {% trans "Includes submitted" %} {% trans "Only confirmed" %}
{{ info.title }} {% if info.resource %} {% endif %} {{ info.include_submitters|yesno }} {{ info.exclude_unconfirmed|yesno }}
{% trans "Add a new note" %}
{% endblock %}