{% extends "BaseAdmin.html" %} {% load i18n %} {% block title %}{{ title }}{% endblock %} {% block content %}
{% trans 'Failed to read csv file.' %}
{{ errormsg }}
{% blocktrans %} Following is your CSV entries. This shows first {{ previewNum }} entries only. {% endblocktrans %}
{% blocktrans %} If your CSV entries have no problem, click {{ submitMessage }}. {% endblocktrans %}
| {{ value }} | {% endfor %}