{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Edit Security Group" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Edit Security Group") %} {% endblock page_header %} {% block main %} {% include 'project/access_and_security/security_groups/_update.html' %} {% endblock %}