+ {{ "No report registered for this person."|trans }} +
+ {% else %} +{{ 'Date' | trans }} | +{{ 'Report type' | trans }} | +{{ 'Circle' | trans }} | ++ |
---|---|---|---|
{% if report.date %}{{ report.date|format_date('long') }}{% endif %} | +{{ report.cFGroup.getName|localize_translatable_string }} | +{{ report.scope.name|localize_translatable_string }} | ++ + | +
{{ '%total% reports matching the search "%pattern%"'|transchoice( total, {'%pattern%': pattern, '%total%' : total}) }}
+ +{% if reports|length > 0 %} +{{ 'Person'|trans }} | +{{ 'Date'|trans }} | +{{ 'Report type'|trans }} | +{{ 'Scope'|trans }} | ++ | + |
---|---|---|---|---|---|
{{ report.person }} | +{% if report.date %}{{ report.date|format_date('long') }}{% endif %} | +{{ report.cFGroup.getName|localize_translatable_string }} | +{{ report.scope.name|localize_translatable_string }} | +{{ 'View the report' | trans }} | +{{ 'Update the report' | trans }} | +