{% extends "base.jinja2" %} {% block title %}Import pages - {{ app_name }}{% endblock %} {% block content %}

Import pages

{% if current_user.is_admin %}

You can import files produced by the exporter tool, in JSON format. Importing pages can be done by users with Admin permissions only.

{% else %}

Importing pages can be done by users with Admin permissions only.

{% endif %} {% endblock %}