{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Edit Image Tags" %}{% endblock %} {% block main %} {% include 'image_registry/_edit_tags.html' %} {% endblock %}