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

Article{{total_articles|pluralize}}

{% if article_published_list %} {% if article_revise_list or article_inprep_list %}

Published

{% endif %}
{% endif %} {% if article_revise_list %}

Under Review

{% endif %} {% if article_inprep_list %}

In Preparation

{% endif %} {% if user.is_authenticated %} {% endif %} {% endif %}