configurable print export (#2657)

This commit is contained in:
Kevin Papst
2021-07-13 10:11:20 +02:00
committed by GitHub
parent 7661d43327
commit 27cea996c0
21 changed files with 571 additions and 228 deletions

View File

@@ -58,7 +58,9 @@
{% block box_after %}{{ form_end(form) }}{% endblock %}
{% endembed %}
{% if preview_show %}
{% if too_many is same as (true) %}
{{ widgets.callout('danger', 'error.too_many_entries') }}
{% elseif preview_show %}
{% if entries is empty %}
{{ widgets.nothing_found() }}
{% else %}