Ticket #3957 (partial) - ganeti_webmgr uses ganeti python namespace:
[ganeti_webmgr.git] / ganeti_web / templates / cluster / group_row.html
blob614a30943bb5dec8654c0d8b344bb3788fdf295a
1 {# customized group row for Cluster #}
3 {% extends "object_permissions/permissions/group_row.html" %}
5 {%block table_cells%}
6 {% with group.organization as cluster_user %}
7 {% include "cluster/user_quota.html" %}
8 {%endwith%}
9 {%endblock%}