{% extends "base.html" %} {% load i18n %} {% load crispy_forms_filters %} {% block title %} {# Check if an 'object' exists in the context #} {% if object %} {% trans 'Update Group' %} {% else %} {% trans 'Add New Group' %} {% endif %} {% endblock %} {% block content %} {% comment %}