{% extends "itsapp/base.html" %} {% block content %}

Edit group

{% if user.is_authenticated %}

{{ msg }}

{% if state %} {% else %}
{% csrf_token %} {{ form.as_p }}
{% endif %} {% else %} login {% endif %}
{% endblock %}