{% load applicationcontent_tags pagination_tags i18n cloudcms_tags %}

{{ question.title|upper }}

{% for content in question.content.main %} {{ content.render }} {% endfor %}
{% if question.get_next %} {% endif %} {% if question.get_previous %} {% else %} {% trans "< Back to FAQ" %} {% endif%}
{% for service in services %} {% if service.get_first_question %}

{% if service != question.service %} {% endif %} {{ service.translation.title_faq|upper }} {% if service != question.service %} {% endif %}

{% for category, questions in service|get_service_faqs %} {% if service == question.service %}

{{ category.translation.title }}

{% endif %} {% endfor %}
{% endif %} {% endfor %}