{% set bInFrame = false %}
{% if in_frame is defined and in_frame %}
{% set bInFrame = true %}
{% endif %}
{% set bReadingPlanStep = false %}
{% if plan_step is defined %}
{% set bReadingPlanStep = true %}
{% endif %}
{% set sLayoutPage = ':layout_nonav' %}
{% extends 'NCBSWBundle:'~sLayoutPage~'.html.twig' %}
{% block frame %}
{% block breadcrumbs %}
<!-- incl: B:breadcrumbs -->
{#tk queries: 164, but cache needs to be split within, on translations(79) and book names(95) #}
{% if bReadingPlanStep %}
{% include 'NCBSWBundle:Bible:breadcrumbs_readingplan.html.twig' %}
{% else %}
{% if translation_info is not defined %}
{% include 'NCBSWBundle:Bible:breadcrumbs.html.twig' %}
{% endif %}
{% endif %}
<!-- incl: B:breadcrumbs END -->
{% block searchform %}
{% endblock %}
{% endblock %}
{% block content %}
{% endblock %}
{% if not bInFrame %}
{% include 'NCBSWBundle:Bible:biblefooter.html.twig' %}
{% endif %}
{% endblock %}