{% extends 'ndr_core/admin_views/base.html' %} {% load static %} {% load ndr_utils %} {% block content %}

Manage Images

Image Groups
{% if images is not None %}
{{ title }}
{% if images|length == 0 %} {% else %}
{% for image in images %} {% if forloop.counter0|divisibleby:4 %}
{% endif %}
{% if image.image_group == 'page_logos' %} Language: {{ image.language }} {% elif image.image_group == 'page_logos' %} {% elif image.image_group == 'backgrounds' %} {% elif image.image_group == 'elements' %} {% elif image.image_group == 'figures' %} {{ image.title }} {% elif image.image_group == 'logos' %} {% elif image.image_group == 'people' %} {% endif %}

{% if not forloop.first %} {% endif %}

{% if forloop.counter0|modulo:4 == 3 %}
{% endif %} {% endfor %} {% if images|length|modulo:4 != 0 %}
{% endif %}
{% endif %}
{% endif %} {% endblock %}MyL0veIsSille