{% extends "cosinnus/base.html" %} {% load i18n bootstrap3 cosinnus_tags %} {% load static from staticfiles %} {% block page_title %} {% trans "Add container" %} {{ block.super }} {% endblock page_title %} {% block content_title %} {{ group.name }}: {% trans "Add container" %} {% endblock content_title %} {% block content %}
{% csrf_token %} {% bootstrap_form form %}
{% if question %} {% endif %}
{% trans "Cancel" %}
{% endblock content %}