{% extends "admin/base.html" %} {% block title %}Review Ghost import · bragi admin{% endblock %} {% block content %}
Nothing has been written yet. Apply the import below to create the rows, or cancel to discard the uploaded file.
| Item | Count |
|---|---|
| Posts | {{ counts.get('posts', 0) }} |
| Pages | {{ counts.get('pages', 0) }} |
| Tags | {{ counts.get('tags', 0) }} |
| Redirects | {{ redirects }} |
No warnings.
{% endif %}