{% extends "layout.html" %} {% block content %}
Import time period workbook
{% if error %}
{{ error }}
{% endif %} {% if request.session.get('is_admin') %}
Cancel
{% else %}
You have view/print-only access. Importing new time periods is restricted to administrators.
{% endif %}
{% endblock %}