{% extends "base.html" %}
{% block content %}
' ~ (editor_products_payload | length) ~ ' canonical product' ~ ('s' if editor_products_payload | length != 1 else '') ~ ' ready for export testing
' %} {% include "_export_form.html" %} {% elif editor_product_payload %} {% include "_product_editor.html" %} {% set export_submit_label = "Export Canonical Payload as CSV" %} {% set export_info_heading = "CSV Export Playground" %} {% set export_info_extra = "" %} {% include "_export_form.html" %} {% endif %} {% if url_import_errors %}{{ err.url }} — {{ err.detail }}{{ error }}