{% load url from future %} {% load adagiostags %} {% load i18n %} {% if servicegroups %} {% for row in servicegroups %} {% endfor %}
{% trans "Servicegroup" %} {% trans "Alias" %} {% trans "Number of services" %} {% trans "Notes" %} {% trans "urls" %}
{{ row.name }} {{ row.alias }} {{ row.num_services }} {{ row.notes }} {% if row.notes_url %} {% trans "notes" %}< {% endif %} {% if row.action_url %} {% trans "action url" %} {% endif %}
{% else %} {% endif %}