{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Mark Image" %}{% endblock %} {% block page_header %} {% include 'horizon/common/_page_header.html' with title=_('Mark image with Metadata') %} {% endblock page_header %} {% block main %} {% include 'horizon/project/murano/images/_mark.html' %} {% endblock %}