{% extends "admin/base_site.html" %} {% load i18n admin_urls citation_tags %} {% block object-tools %} {% if success %}

BibtexParser Import Complete

{{ records.0 }} record{{ records.0|pluralize }} successfully imported, {{ records.1 }} record import{{ records.1|pluralize }} failed




    {% for r in records.2 %} {{ r }} {% endfor %}
{% else %}

Upload a bibtex file

{% csrf_token %} {{ form.as_p }}
{% endif %}

{% trans "Return to reference list" %}

{% endblock %}