{% extends 'tionix/base.html' %} {% load i18n %} {% block title %}{% trans "Edit Images" %}{% endblock %} {% block main %} {% include 'tionix/images/_update.html' %} {% endblock %}