{% extends 'syspanel_base.html' %} {% block sidebar %} {% with current_sidebar="images" %} {{block.super}} {% endwith %} {% endblock %} {% block page_header %} {% include "_page_header.html" with title="Update Image" %} {% endblock page_header %} {% block syspanel_main %}
{% include '_image_form.html' %}

Description:

From here you can modify different properties of an image.

 
{% endblock %}