{% from "macros.html" import help_batch_footer, legend %} {% set props = request.form['properties'].value|split(',') %} Search result for user helper {% if not context.is_view_ok() %}

You are not allowed to view this page.

{% else %} {% set batch = request.batch() %}
{{ help_batch_footer(request, batch) }}
{{ legend(props) }} {{ legend(props)}} {% for item in batch %} {% set attr = item[props[0]] %} {% for prop in props %} {% endfor %} {% endfor %}
{% endif %}