{% extends "sro2/main.html" %}
{% block contentheader %}
List of {{ obj }} by {{ critline }}
{% endblock %}
{% block content %}
{% if result %}
Количество: {{ result|length }}
{{ info }}
| # | ID | asStr | __DICT__ |
|---|---|---|---|
| {{ forloop.counter }} | {{ line.id }} | {{ line }} |
{% for key,value in line.dict.iteritems %}
{% ifnotequal key 'dict' %}
{{ key }} = {{ value }} {% endifnotequal %} {% endfor %} |