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

{% translate "Source string location" %}

{% get_location_links subscription_user unit %}

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

{% translate "Screenshot context" %}

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