{% extends "base.html" %} {% load static %} {% block content %}
← Back to Search {% if count %} {{ position }} of {{ count }} {% endif %}
{% if user.is_authenticated and user.is_staff %} Unlock / Edit Delete {% endif %}

{% if entry.talk_title %}{{ entry.talk_title }}{% else %}Untitled{% endif %}

{% if entry.talk_number %}Talk #{{ entry.talk_number }}{% endif %} {% if entry.entry_code %}Code: {{ entry.entry_code }}{% endif %} {% if entry.date_added %}Added: {{ entry.date_added }}{% endif %} {% if entry.date_edited %}Edited: {{ entry.date_edited }}{% endif %}
Subject
{% if subject_list %} {% for s in subject_list %}{{ s }}{% endfor %} {% else %} {% endif %}
Source
{{ entry.source|default:"—" }}
Illustration
{{ entry.illustration|linebreaksbr|default:"—" }}
Application
{{ entry.application|linebreaksbr|default:"—" }}
Scripture
{% if scripture_list %} {% for sc in scripture_list %}{{ sc }}{% endfor %} {% else %} {% endif %}
{{ position }} / {{ count }}
{% endblock %}