{% if (bible_credit is defined and bible_credit is not empty) %}
{% if not ((chapter_summary_url is defined and chapter_summary_url != null) or (verse_explanation_passage is defined and verse_explanation is defined)) %}
{% set nColNum = 0 %}
{% if column_num is defined %}
{% set nColNum = column_num %}
{% endif %}
{% if nColNum == 0 %}
</div>
{% endif %}
{% endif %}
<div class="text-content">
<hr><p style="font-style:italic; font-size:13px; color:#777777;">{{ bible_credit|raw }}</p>
</div>
{% endif %}