{% extends "orga/base.html" %} {% load compress %} {% load i18n %} {% load static %} {% block stylesheets %} {% compress css %} {% endcompress %} {% endblock stylesheets %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock scripts %} {% block extra_title %}{{ information.count }} {% blocktranslate trimmed count count=information.count %}Speaker Information Note{% plural %}Speaker Information Notes{% endblocktranslate %} :: {% endblock extra_title %} {% 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 %}
{% translate "Add a new note" %}
{% for info in information %} {% endfor %}
{% translate "Title" %} {% translate "Target group" %}
{{ info.title }} {% if info.resource %}{% endif %} {{ info.target_group }}
{% include "orga/includes/pagination.html" %} {% endblock content %}