{% load i18n %}

{% trans "Select image" %}

{% for image in images %}
{% empty %}
{% trans "There are no images yet" %}
{% endfor %}

{% trans "Insert image" %}