combo/combo/data/templates/combo/search/page.txt

8 lines
209 B
Plaintext

{% autoescape off %}
{% for cell in object.get_cells %}
{% if cell.placeholder|first != '_' %} {# ignore technical placeholders #}
{{ cell.render_for_search }}
{% endif %}
{% endfor %}
{% endautoescape %}