{% extends "admin/base_site.html" %} {% load i18n l10n jet_tags static %} {% block title %}{{ title }} | {{ site_title|default:settings.SITE_HEADER }}{% endblock %} {% block content %}
| tipo_ubicacion | nombre | codigo | ubicacion_padre_codigo | empresa_id | orden | lector | centro | fecha_fin |
|---|---|---|---|---|---|---|---|---|
| .. | .. | .. | .. | .. | .. | .. | .. | .. |
Total de registros: {{ total }}
Total de registros importados: {{ correctos }}
Total de registros actualizados: {{ actualizados }}
{% for row in excel_data %} {% for cell in row %} {{ cell }} {% endfor %}