{# Re-render the preview (download button + blocked banner) when strict mode is toggled in settings. Re-fetches the existing result — no re-processing. #} {% with compact=True %}{% include "_drop_zone.html" %}{% endwith %} {% include "_status_row.html" %} {% if download_blocked %}
{{ _('preview.download_blocked_title') }}
{{ _('preview.download_blocked_notice') }}
{% endif %} {% if warnings %}{% include "_warning_banner.html" %}{% endif %}
{% include "_preview_pane_source.html" %} {% include "_preview_pane_anon.html" %}
{% include "_download_button.html" %}