{% extends "base.html" %} {% load static %} {% block body_class %}themed-bg{% endblock %} {% block content %}
← Back to Results #{{ entry.id }}
Next Edit
{{ entry.subject|default:"—" }}
{{ entry.illustration|linebreaksbr|default:"—" }}
{{ entry.application|linebreaksbr|default:"—" }}
Scripture
{{ entry.scripture_raw|default:"—" }}
Source
{% if entry.source %} {% with s=entry.source|default:"" %} {% with sl=s|lower|cut:" " %} {% if sl|slice:":2" == "w " or sl|startswith:"w" or sl|slice:":2" == "wp" or sl|slice:":2" == "ws" or sl|slice:":1" == "g" or sl|slice:":2" == "yb" or sl|slice:":2" == "kt" or sl|slice:":2" == "km" or sl|slice:":3" == "mwb" or sl|slice:":2" == "ap" or sl|slice:":3" == "apf" or sl|slice:":2" == "be" or sl|slice:":2" == "bh" or sl|slice:":2" == "br" or sl|slice:":2" == "bt" or sl|slice:":3" == "btg" or sl|slice:":2" == "cf" or sl|slice:":2" == "cl" or sl|slice:":2" == "ct" or sl|slice:":2" == "dp" or sl|slice:":2" == "fg" or sl|slice:":2" == "fy" or sl|slice:":2" == "gt" or sl|slice:":2" == "hb" or sl|slice:":2" == "im" or sl|slice:":2" == "ip" or sl|slice:":2" == "it" or sl|slice:":2" == "jv" or sl|slice:":2" == "ka" or sl|slice:":2" == "kj" or sl|slice:":2" == "kl" or sl|slice:":2" == "lf" or sl|slice:":3" == "lff" or sl|slice:":2" == "ll" or sl|slice:":2" == "ly" or sl|slice:":2" == "my" or sl|slice:":2" == "od" or sl|slice:":2" == "pe" or sl|slice:":2" == "po" or sl|slice:":2" == "pt" or sl|slice:":2" == "rr" or sl|slice:":2" == "rs" or sl|slice:":2" == "sg" or sl|slice:":2" == "sh" or sl|slice:":2" == "si" or sl|slice:":2" == "td" or sl|slice:":2" == "tp" or sl|slice:":2" == "tr" or sl|slice:":2" == "ts" or sl|slice:":2" == "un" %} {{ s }} {% else %} {{ s }} {% endif %} {% endwith %} {% endwith %} {% else %}—{% endif %}
Talk Title
{{ entry.talk_title|default:"—" }}
Talk Number
{{ entry.talk_number|default:"—" }}
Entry Code
{{ entry.entry_code|default:"—" }}
Date Added
{{ entry.date_added|date:"Y-m-d" }}
Date Edited
{{ entry.date_edited|date:"Y-m-d" }}
{% endblock %}