{% extends "fragments/default.html" %} {% load crispy_forms_tags %} {% block navbar %} {% include "fragments/navbar.html" with active="home" %} {% endblock %} {% block content %}

{% if group %}Edit group{% else %}Create group{% endif %}

{% crispy form %} {% endblock %}