<h4 id="title-section-org-app-show-group">{{ title }}</h4> | |
{% for label, value in fields.iteritems %} | |
<div class="{% if forloop.counter|divisibleby:2 %}row-odd{% else %}row-even{% endif %}"> | |
<label>{{ label }}</label> | |
<span class="readonly-row-content">{{ value }}</span> | |
</div> | |
{% endfor %} |