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 %}