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

{{ information.count }} {% blocktranslate trimmed count count=information.count %} Speaker Information Note {% plural %} Speaker Information Notes {% endblocktranslate %}

{% blocktranslate 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 sessions. {% endblocktranslate %}
{% for info in information %} {% endfor %}
{% translate "Title" %} {% translate "Target group" %}
{{ info.title }} {% if info.resource %} {% endif %} {{ info.target_group }}
{% translate "Add a new note" %}
{% endblock %}