{% load i18n %} {% load translations %} {% if unit.location %} {% trans "Source string location" %} {{ unit.get_location_links }} {% endif %} {% if unit.comment %} {% trans "Comments" %} {{ unit.comment }} {% endif %} {% trans "Source string age" %} {{ unit.source_info.timestamp|naturaltime }} {% trans "Translation file" %} {% blocktrans with unit.translation.filename as filename and unit.position as position %}{{ filename }}, translation unit {{ position }}{% endblocktrans %}