{% include "dojo/filter_snippet.html" with form=filtered.form %}
{% if html_log|length > 0 %}
{% for log in html_log %}
{% if 'message' in log.keys %}
Endpoint {{ log.message }}. It is not possible to migrate it.
Delete or edit this endpoint.
{% else %}
{{ log }}
{% endif %}
{% endfor %}
{% else %}
No changes or broken endpoints detected.
{% endif %}