{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Variant" %}: {{ variant }}{% if arch %} - {{ arch }}{% endif %}

{% if not compose_image_list %}

There are no images here.

{% else %}
{% csrf_token %} {{ form.search }}
{% include "pagination.html" %} {% include "compose_image_list_include.html" %} {% include "pagination.html" %} {% endif %} {% endblock %}