{% load utilities %} {% load status_display %} {% load i18n %} {% load humanize %}

{% include "snippets/status/header_content.html" %}

{{ status.published_date|published_date }} {% if status.progress %} {% if status.progress_mode == 'PG' %} ({% include 'snippets/page_text.html' with page=status.progress total_pages=status.book.pages %}) {% else %} ({{ status.progress }}%) {% endif %} {% endif %} {% include 'snippets/privacy-icons.html' with item=status %}