{% extends 'assets/base.html' %} {% load bob %} {% load i18n %} {% block content %}

{% trans "Import done" %}

{% if failed_assets %}

{% trans "The following assets couldn't be found:" %}

{% endif %} {% if errors %}

{% trans "Following errors were encountered:" %}

{% for k, v in errors.items %} {% endfor %}
{{ k }}{{ v }}
{% endif %} {% endblock %}