{% load i18n %} {% block title %}
 {% trans "当前位置:" %} {% if position %} {{position}} {% else %} {{ app_menu|translate_str }} -> {{ title|translate_str|escape }} {% endif %}->{{ verbose_name|escape }}
{% endblock %}
{% for k,v in fields.items %} {% ifequal forloop.counter0|divisibleby:"2" 1 %}{% endifequal %} {% ifequal forloop.counter0|divisibleby:"2" 0 %}{% endifequal %} {% if forloop.last %} {% ifequal forloop.counter0|divisibleby:"2" 1 %}{% endifequal %} {% endif %} {% endfor %}
{{ k }} {{ v }} 
{% block headjs %} {% endblock %}