{% extends "base.html" %} {% block body_class %}themed-bg{% endblock %} {% load static %} {% block content %}
← Back to Search {% if count %} {{ position }} of {{ count }} {% endif %}
{% if user.is_authenticated and user.is_staff %} Edit Delete {% endif %}
{% if subject_list %} {% for s in subject_list %} {{ s }} {% endfor %} {% else %} (no subject) {% endif %}
{{ entry.illustration|linebreaksbr|default:"—" }}
{{ entry.application|linebreaksbr|default:"—" }}
Source
{% if entry.source %} {{ entry.source }} {% else %}—{% endif %}
Scripture
{% if scripture_list %} {% for sc in scripture_list %} {{ sc }} {% endfor %} {% else %}—{% endif %}
Code
{{ entry.entry_code|default:"—" }}
Talk
{% if entry.talk_title %}{{ entry.talk_title }}{% else %}—{% endif %} {% if entry.talk_number %} {% if user.is_authenticated and user.is_staff and talk_pdf_url %} #: {{ entry.talk_number }} {% else %} #: {{ entry.talk_number }} {% endif %} {% endif %}
Dates
{% if entry.date_added %}Added: {{ entry.date_added }}{% else %}Added: —{% endif %} {% if entry.date_edited %} • Edited: {{ entry.date_edited }}{% endif %}
{% endblock %} {% block extra_body %} {% endblock %}