{% load i18n admin_static humanize %} {% if valid_entries %}

{{ valid_entries|intcomma }} Valid Entr{{ valid_entries|pluralize:'y,ies' }}

{% block report_headers %} {% endblock %} {% block report_body %} {% for object, created in parser.get_objects %} {% endfor %} {% endblock %}
DB Object
{% if created %} Green Plus {% else %} Pencil {% endif %} {{ object }}
{% else %}

No Valid Entries

There are no valid entries to import. Did you use the right file?

{% endif %}