Fix title underline error in faq.rst
[ganeti_webmgr.git] / muddle / templates / view / list_fields.html
blobdee7f914ca172937b55220964dc6e710acdc3d2c
1 {% load maintain_extras %}
3 {% include "view/list_fields_direct.html" %}
5 {% for field, wrapper in wrapper.one_to_one.items %}
6 {% with instance|get:field as instance %}
7 {% with instance|perms:user as perms %}
8 {% include "view/list_fields_direct.html" %}
9 {% endwith %}
10 {% endwith %}
11 {% endfor %}