{% extends 'import/import_status.html' %} {% load i18n %} {% block title %}{% trans "Import Troubleshooting" %}{% endblock %} {% block page_title %} {% trans "Failed items" %} {% endblock %} {% block breadcrumbs %}
  • {% trans "Troubleshooting" %}
  • {% endblock %} {% block actions %}

    {% trans "Re-trying an import can fix missing items in cases such as:" %}

    {% trans "Contact your admin or open an issue if you are seeing unexpected failed items." %}

    {% csrf_token %}
    {% endblock %}