{% extends "helpme/base.html" %} {% load crispy_forms_tags %} {% block help_content %} {% if admin %}

Manage {{team.name}} Team

{% csrf_token %} {{ form|crispy }}
{% else %}

{{team.name}}

Global team: {{ team.global_team }}

Sites:

Categories: {{ team.categories }}

Members:

{% endif %} {% endblock %}