{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Edit Group Type" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Edit Group Type") %} {% endblock page_header %} {% block main %} {% include 'admin/group_types/_update_group_type.html' %} {% endblock %}