{% extends "BaseAdmin.html" %} {% load i18n %} {% block title %}{% trans 'Google Migration' %}{% endblock %} {% block content %}
{% blocktrans %}
Following is your CSV entries. This shows first {{ previewNum }} entries only.
{% endblocktrans %}
{% blocktrans %}
If your CSV entries have no problem, click {{ submitMessage }}.
{% endblocktrans %}
{% trans 'Result Number:' %}{{ totalNum }}
| {{ value }} | {% endfor %}