{% extends "admin/base.html" %} {% block title %}Review Ghost import · bragi admin{% endblock %} {% block content %}

Review Ghost import

Nothing has been written yet. Apply the import below to create the rows, or cancel to discard the uploaded file.

ItemCount
Posts{{ counts.get('posts', 0) }}
Pages{{ counts.get('pages', 0) }}
Tags{{ counts.get('tags', 0) }}
Redirects{{ redirects }}
{% if warnings %} {% set _warnings_open = warnings | length <= 5 %}
Warnings ({{ warnings | length }})
{% else %}

No warnings.

{% endif %}
{% endblock %}