{% for result in results %} {# tojson output is only safe inside single-quoted attributes #} {{ field_type.render_display(result) }} {% endfor %} {% if not results %}
{{ construct.t("crud-no-items-found") }}
{% endif %} {% if field_type.create == "quick" and query and not quick_exact %} {{ icon("add", style="font-size: 14px;") }} {{ construct.t("crud-quick-add", {"value": query}) }} {% endif %}