{% load i18n %} {% load translations %} {% if unit.location %} {% trans "Used in" %} {{ unit.get_location_links }} {% endif %} {% if unit.comment %} {% trans "Comments" %} {{ unit.comment }} {% endif %} {% with unit.get_source_string_info as source %} {% if source %} {% trans "First seen" %} {{ source.timestamp|naturaltime }} {% endif %} {% endwith %}