{% load i18n %}
{% trans "readyTime" %} |
{% trans "href" %} |
---|---|
{{ report.readyTime }} | {% if report.href %} {% if report.id and report.reportId %} {{ report.href }} {% else %} {% trans report.href %} {% endif %} {% else %} {% trans "-" %} {% endif %} |