{% 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 %}{{ fandom }}{% 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 %}
{% if fanfic.fanfic.get_num_reviews > 999 %} 999 {% else %} {{ fanfic.fanfic.get_num_reviews }}{% endif %}
Filter fanfics