{% load cvtags %} {% if total_reports or user.is_authenticated %}

Report{{total_reports|pluralize}}

{% if report_published_list %} {% if report_revise_list or report_inprep_list %}

Published

{% endif %}
{% endif %} {% if report_revise_list %}

Under Review

{% endif %} {% if report_inprep_list %}

In Preparation

{% endif %} {% endif %}