{% extends "djinn_contenttypes/snippets/modal.html" %} {% load bootstrap i18n %} {% block id %}contentimages{% endblock %} {% block title %}{% trans "Add image" %}{% endblock %} {% block body %}
{% if not view.has_images %} {% trans "No images found" %} {% endif %} {% for item in view.list_images %}
{% endfor %}
{% endblock %} {% block footer %} {% trans 'Cancel' %} {% endblock %}