{% load i18n %} {% with unit.source_info.screenshots.order as screenshots %} {% if screenshots %}

{% trans "Screenshot context" %}

{% for screenshot in screenshots %} {% include "screenshots/screenshot_show.html" %} {% endfor %} {% endif %} {% endwith %}