← Back to Search
{% if count %}
{{ position }} of {{ count }}
{% endif %}
{% if user.is_authenticated and user.is_staff %}
Unlock / EditDelete
{% endif %}
{% if subject_list %}
{% for s in subject_list %}
{{ s }}
{% endfor %}
{% else %}
(no subject)
{% endif %}
Illustration
{{ entry.illustration|linebreaksbr|default:"—" }}
Application
{{ entry.application|linebreaksbr|default:"—" }}
Source
{% if entry.source %}
{% with s=entry.source|trim %}
{% with sl=s|lower %}
{% if
sl|startswith:"w" or sl|startswith:"wp" or sl|startswith:"ws" or sl|startswith:"g" or
sl|startswith:"yb" or sl|startswith:"kt" or
sl|startswith:"km" or sl|startswith:"mwb" or
sl|startswith:"ap" or sl|startswith:"apf" or sl|startswith:"be" or sl|startswith:"bh" or
sl|startswith:"br" or sl|startswith:"bt" or sl|startswith:"btg" or sl|startswith:"cf" or
sl|startswith:"cl" or sl|startswith:"ct" or sl|startswith:"dp" or sl|startswith:"fg" or
sl|startswith:"fy" or sl|startswith:"gt" or sl|startswith:"hb" or sl|startswith:"im" or
sl|startswith:"ip" or sl|startswith:"it" or sl|startswith:"jv" or sl|startswith:"ka" or
sl|startswith:"kj" or sl|startswith:"kl" or sl|startswith:"lf" or sl|startswith:"lff" or
sl|startswith:"ll" or sl|startswith:"ly" or sl|startswith:"my" or sl|startswith:"od" or
sl|startswith:"pe" or sl|startswith:"po" or sl|startswith:"pt" or sl|startswith:"rr" or
sl|startswith:"rs" or sl|startswith:"sg" or sl|startswith:"sh" or sl|startswith:"si" or
sl|startswith:"td" or sl|startswith:"tp" or sl|startswith:"tr" or sl|startswith:"ts" or
sl|startswith:"un"
%}
{{ s }}
{% else %}
{{ s }}
{% endif %}
{% endwith %}
{% endwith %}
{% 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 %}#{{ entry.talk_number }}{% endif %}