{% load helpers %}
Группы систем
{% if systemgroups %} {% for system in systems %} {% endfor %}
Название В составе группы
{{ system.name }} {{ system.parent }}
{% else %}
Нет
{% endif %}