{% extends "events/base.html" %} {% load event_tags %} {% load base_tags %} {% load perm_tags %} {% load styled_forms %} {% block title %}{% firstof MODULE_EVENTS_LABEL_PLURAL trans 'Events' %} {% trans "Import" %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{% 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." %}

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

 

 

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