src/NCBS/WebsiteBundle/Resources/views/Bible/biblefooter.html.twig line 1

Open in your IDE?
  1. {% if (bible_credit is defined and bible_credit is not empty) %}
  2.     {% if not ((chapter_summary_url is defined and chapter_summary_url != null) or (verse_explanation_passage is defined and verse_explanation is defined)) %}
  3.         {% set nColNum = 0 %}
  4.         {% if column_num is defined %}
  5.             {% set nColNum = column_num %}
  6.         {% endif %}
  7.         {% if nColNum == 0 %}   
  8.             </div>
  9.         {% endif %}
  10.     {% endif %}
  11.     <div class="text-content">
  12.     <hr><p style="font-style:italic; font-size:13px; color:#777777;">{{ bible_credit|raw }}</p>
  13.     </div>
  14. {% endif %}