{% extends "main_base.html" %} {% load staticfiles %} {% load widget_tweaks %} {% load main_tags %} {% load notifier %} {% load user_tags %} {% load fandoms_tags %} {% load list_tags %} {% block title %}{% if fandom %}{{ fandom }}{% else %}Fanfics {% endif %}{% endblock %} {% block css %} {% endblock %} {% block js %} {% endblock %} {% block body %} {% initialize_list_dropdown user.id as user_lists %}
by {{ fanfic.fanfic.author }} {% if fanfic.fanfic.rating is not None %} - {{ fanfic.fanfic.rating }} {% endif %} {% if fanfic.fanfic.language is not None %} - {{ fanfic.fanfic.language }} {% endif %} {% if fanfic.fanfic.genre1 is not None %} - {{ fanfic.fanfic.get_genre1_display }} /{% endif %} {% if fanfic.fanfic.genre2 is not None %} {{ fanfic.fanfic.get_genre2_display }} {% endif %}
{% if fanfic.fanfic.last_time_updated is not None %} Last updated: {{ fanfic.fanfic.last_time_updated|date:'b d, Y' }} {% endif %} {% if fanfic.fanfic.last_time_checked is not None %} {% if fanfic.fanfic.last_time_updated is not None %} - {% endif %} Last checked: {{ fanfic.fanfic.last_time_checked|date:'b d, Y' }}{% endif %}
{% if fanfic.fanfic.num_words is not None %} {{ fanfic.fanfic.num_words }} Words{% endif %}
{% for pairing in fanfic.fanfic.get_pairings %} [ {{ pairing.character_one }} , {{ pairing.character_two }} ] {% if forloop.last is True %} - {% endif %} {% endfor %} {% for character in fanfic.fanfic.get_characters %} {{ character.character }} {% if forloop.last is False %} , {% endif %} {% endfor %}
{{ how_many_chapters_read }}/{{ fanfic.fanfic.get_num_of_chapters }} Chapters
{% endif %}Filter fanfics