{% load applicationcontent_tags pagination_tags i18n cloudcms_tags %}
{% for service in services %} {% if service.get_first_question %}
{{ service.image_faq.title }}

{{ service.translation.title_faq|upper }}

{% for category, questions in service|get_service_faqs %}

{{ category.translation.title }}

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