Merge branch 'bug/13917' into release/0.10.2
[ganeti_webmgr.git] / ganeti_web / templates / ganeti / cluster / user_row.html
blobdfa3b1f5d3456689f0a0108477f70f635d00c22a
1 {# customized user row for cluster #}
3 {% extends "object_permissions/permissions/user_row.html" %}
5 {%block table_cells%}
6 {% with user_detail.profile as cluster_user %}
7 {% include "ganeti/cluster/user_quota.html" %}
8 {% endwith %}
9 {%endblock%}