{% extends "orga/cfp/base.html" %} {% load i18n %} {% block content %} {{ page_obj.paginator.count }} {% blocktrans trimmed count count=page_obj.paginator.count %} Speaker Information Note {% plural %} Speaker Information Notes {% 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 %}