{% extends 'core/widget.html' %} {% load i18n %} {% block content %} {% if perms.agenda.can_be_speaker %}

{% trans 'Put me on the current list of speakers' %}

{% endif %} {% if perms.agenda.can_manage_agenda %}

{% trans 'Next speaker' %} {% trans 'End speach' %}

{% endif %}

{% trans 'Go to current list of speakers' %} ...

{% endblock %}