{% extends 'common/_modal_form.html' %} {% load i18n %} {% load url from future %} {% block form_id %}{% endblock %} {% block form_action %}{% url 'horizon:murano:packages:modify' app_id %}{% endblock %} {% block modal-header %}{% trans 'Modify Package' %}{% endblock %} {% block modal_id %}modify_package_modal{% endblock %} {% block modal-body %}
{% blocktrans %}Name is a human-readable name of a package.{% endblocktrans %}
{% blocktrans %}Categories are a predefined set of values used to filter the packages.{% endblocktrans %}
{% blocktrans %}Tags are an arbitrary comma-separated values also used to filter the packages.{% endblocktrans %}
{% blocktrans %}Public defines whether or not should be package shown to the other tenants.{% endblocktrans %}
{% blocktrans %}Active is used for temporarily disabling a package.{% endblocktrans %}
{% blocktrans %}Description consists of several sentences about the package's purpose.{% endblocktrans %}