{% load wagtailimages_tags wagtailcore_tags my %}
{% if request.user_agent.is_mobile %}
Accordion
{% endif %} {% if not request.user_agent.is_mobile %}
{% include 'cms/blocks/common/nav/nav_header.html' with menus=page.navigation.header_menus click=1 %}
{% for button in page.navigation.header_buttons %} {% include_block button with space='r' %} {% endfor %}
{% endif %}