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

Groups

{% if user.is_authenticated %}

{{ msg }}

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