{% load navigation_tags wagtailcore_tags %} {% get_site_root as site_root %} {% if calling_page|has_protocol_parent and calling_page.content_type.model == 'standardpage' %}
{% protocol_menu calling_page=calling_page %}
{% elif ancestor.has_children %}
{% endif %}