{% if outcome.failures %} {% endif %} {% if outcome.result_omitted %}
{{ t("dml.result_omitted", count=outcome.object_ids|length) }}
{% endif %}
{% if outcome.section %}
{% with section_data = outcome.section %}{% include "partials/result_section.html" %}{% endwith %}
{% endif %}