{% extends 'horizon/common/_modal_form.html' %} {% load i18n %} {% load url from future %} {% block modal-body-right %}

{% trans 'Description:' %}

{% trans 'Mark an image with Murano specific metadata to be added to the selected image.' %}

{% trans 'Image' %}: {% blocktrans %}Select an image registered in Glance Image Services.{% endblocktrans %}

{% trans 'Image Title' %}: {% blocktrans %}Create a title for an image.{% endblocktrans %}

{% trans 'Image Type' %}: {% blocktrans %}Select an image type supported by Murano.{% endblocktrans %}

{% endblock %}