{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_name %}metadataForm{% endblock %} {% block form_validation %}novalidate{% endblock %} {% block ng_controller %}hzMetadataWidgetCtrl{% endblock %} {% block modal-body %}

{% blocktrans %} You can specify metadata by adding items from the left column to the right column. You may select the metadata added to glance dictionary or you can use the "Other" option using a key of your choice. {% endblocktrans %}

{% trans "Available Metadata" %}
  • {% trans "Other" %}
  • {% trans "Duplicate keys are not allowed" %} {% trans "Invalid key name" %}
  • {$ item.label $}
  • {% trans "No existing metadata" %}
{% trans "Existing Metadata" %}
  • {$ item.leaf.name $}
    {$ item.path().join(' › ') $}
    {$ formatErrorMessage(item, itemForm.property.$error) $}
  • {% trans "No existing metadata" %}

{$ selected.label $} ({$ selected.leaf.name $})

{$ selected.description $}

{% blocktrans %} You can specify resource metadata by moving items from the left column to the right column. In the left columns there are metadata definitions from the Glance Metadata Catalog. Use the "Other" option to add metadata with the key of your choice. {% endblocktrans %}

{% endblock %} {% block modal-footer %}
{% trans "Cancel" %}
{% endblock %}