{% extends "index.html" %} {% load i18n %} {% load bootstrap3 %} {% block content %}
{% csrf_token %} {% bootstrap_form form %} {% buttons %}
{# (if user is not authenticated, this is the login window, #} {# which has no cancel button) #} {% if user.is_authenticated %} {% trans "Cancel" %}   {% endif %}
{% endbuttons %}
{% endblock %}