{% extends "site_base.html" %} {% load i18n %} {% load staticfiles %} {% load bootstrap_tags %} {% load i18n %} {% block extra_style %} {% endblock extra_style %} {% comment %} Overwriting extra_head_base to remove markedit JS, which causes conflicts with selectable (JQuery UI) {% endcomment %} {% block extra_head_base %} {% block extra_head %}{% endblock %} {% endblock %} {% block head_title %}Manage Speakers{% endblock head_title %} {% block body %}
{{ speaker.name }} — {{ speaker.email }}
{% else %}{{ speaker.email }} — {% trans "pending invitation" %}
{% endif %} {% endfor %}