{% load misc_tags %} {% for row in request.kind.layout %}
  • {% for k, style in row %} {% with request.parameters|get_item:k as value %} {% with request.kind.spec|get_item:k|get_item:"label" as label %} {% if style != 'hidden' %}
    {% if label %}{{ label }}
    {% endif %} {{ request.parameters|get_item:k }}
    {% endif %} {% endwith %} {% endwith %} {% endfor %}
  • {% endfor %}