{% extends "cosinnus/base.html" %} {% load i18n bootstrap3 %} {% block page_title %} {% blocktrans with team_name=group.name %}Export Team “{{ team_name }}”{% endblocktrans %} {% endblock page_title%} {% block content_title %} {% blocktrans with team_name=group.name %}Export Team “{{ team_name }}”{% endblocktrans %} {% endblock content_title%} {% block content %} {% for app in export_apps %}
{{ app.label }}
{% trans "Export" context "the verb" %}
{% endfor %} {% endblock content %}