{% extends "groups/base.html" %} {% load group_tags bootstrap3 i18n %} {% block group_content %}

Edit {{ object.name }}

{% csrf_token %} {% bootstrap_form form %} Cancel
{% endblock %}