{% extends "main_base.html" %} {% load staticfiles %} {% load widget_tweaks %} {% load main_tags %} {% load notifier %} {% load user_tags %} {% load fandoms_tags %} {% block title %}Dashboard{% endblock %} {% block css %} {% endblock %} {% block js %} {% endblock %} {% block body %}
{% if fanfic.last_time_updated is not None %} Last updated: {{ fanfic.last_time_updated|date:'b d, Y' }} {% endif %}
{% for pairing in fanfic.get_pairings %} [{{ pairing.character_one }}, {{ pairing.character_two }}] {% if forloop.last is True %}- {% endif %} {% endfor %} {% for character in fanfic.get_characters %} {{ character.character }} {% if forloop.last is False %} , {% endif %} {% endfor %}
{{ how_many_chapters_read }}/{{ fanfic.get_num_of_chapters }} Chapters
{% endif %}{% if fanfic.last_time_updated is not None %} Last updated: {{ fanfic.last_time_updated|date:'b d, Y' }} {% endif %}
Chapter {{ reading.chapter.num_chapter }}
{% if fanfic.author is not None %} By {{ fanfic.author }} {% endif %}