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

Chapter{{total_chapters|pluralize}}

{% if chapter_published_list %} {% if chapter_revise_list or chapter_inprep_list %}

Published

{% endif %} {% endif %} {% if chapter_revise_list %}

Under Review

{% endif %} {% if chapter_inprep_list %}

In Preparation

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