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

Book{{total_books|pluralize}}

{% if book_published_list %} {% if book_revise_list or book_inprep_list %}

Published

{% endif %} {% endif %} {% if book_revise_list %}

Under Review

{% endif %} {% if book_inprep_list %}

In Preparation

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