{% load url from future %} {% load adagiostags %} {% load i18n %} {% if servicegroups %}
{% 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 %} |