{% load i18n %}
{% trans "Print" %}
{% if sub_apps %} {% for sub_app_group in sub_apps %}

{{ sub_app_group.sub_ad.name }}

{% for sub_app in sub_app_group.sub_apps %} {% endfor %} {% endfor %} {% endif %}