{% extends "events/base.html" %} {% load event_tags %} {% load base_tags %} {% load perm_tags %} {% load styled_forms %} {% load i18n %} {% block title %}{% firstof MODULE_EVENTS_LABEL_PLURAL 'Events' %} {% trans "Import" %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}
{% event_nav request.user %}
{% blocktrans with request.user.username as requser %} You ({{ requser }}) are importing the following file at (time) {% endblocktrans %}({% now "D d M Y P" %}):
{{ file_name }}
{% trans "Note: Event Logging Will be Suspended for the duration of import for this session only." %}

loading {% trans "loading ..." %}

 

 

{% endblock %} {% block extra_body %} {{ block.super }} {% endblock %}