{##}
{% if scopeDetails %}
{{ scopeDetails.scopeName }} - {{ scopeDetails.nameShort }} {{ scopeDetails.name != scopeDetails.nameShort ? "- "~scopeDetails.name : "" }}
{% endif %} {% if totalCount > 0 %}
{{ include('ui/writingProgress.twig.html') }}
{% endif %} {% if relatedReports and relatedReports|length > 1 %}
{% for report in relatedReports %} {{ report.nameShort }} {% if not loop.last %}  |  {% endif %} {% endfor %}
{% endif %} {% if canWriteReport == false %}
{{ __('This report is read-only. You do not have access to make changes.') }}
{% elseif reportingEnded == true %}
{{ __('This reporting cycle has ended. You have access to edit data, however the report is read-only for most users.') }}
{% endif %}