{% extends '_base.html' %} {% load static %} {% load string_manipulations %} {% load exif_decode %} {% block content %}
{# Popover info about image #} {{ edited_image_url|json_script:'imageUrl' }} {{ edited_image_name_with_extension|json_script:'imageName' }} {{ edited_image_content_type|json_script:'imageContentType' }} {% endblock content %}