{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block modal-header %}{% trans "Edit Namespace Attributes" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description:" %}

{% trans "Edit Public/Protected attributes for the namespace." %}

{% endblock %}