{% extends "layouts/content_with_sidebar.html" %} {% block content %}

Images associated with {{ release }}

{% for image in image_list %} {% empty %} {% endfor %}
Image
{{ image }}
This release does not have any image yet
{% endblock %}