{% extends "base.html" %} {% block title %}Entry - Illustrations DB{% endblock %} {% block content %}
Viewing: Record {{ position }} of {{ count }}
← Prev Next → Back to Search Unlock to Edit Delete

{{ entry.talk_title|default:"(untitled)" }}

Code: {{ entry.entry_code }} • Source: {{ entry.source }} • Talk # {{ entry.talk_number }}
{% for t in entry.subject.split(',') %}{% if t.strip %}{{ t.strip }}{% endif %}{% endfor %}
{% for t in entry.scripture_raw.split(';') %}{% if t.strip %}{{ t.strip }}{% endif %}{% endfor %}
{{ entry.illustration|linebreaksbr }}
{{ entry.application|linebreaksbr }}
Date Added: {{ entry.date_added }} • Date Edited: {{ entry.date_edited }}
{% endblock %}