{% load i18n %} {% load translations %} {% if unit.location %}

{% trans "Source string location" %}

{% get_location_links user.profile unit %}

{% endif %} {% with screenshots=unit.source_unit.screenshots.order %} {% if screenshots %}

{% trans "Screenshot context" %}

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