{% extends "admin/base.html" %} {% block title %}Ghost import done · bragi admin{% endblock %} {% block content %}
Took {{ '%.1f' | format(duration_seconds) }} seconds.
| Posts created | {{ counts.get('posts_created', 0) }} |
| Posts updated | {{ counts.get('posts_updated', 0) }} |
| Pages created | {{ counts.get('pages_created', 0) }} |
| Pages updated | {{ counts.get('pages_updated', 0) }} |
| Featured images fetched | {{ counts.get('feature_images_fetched', 0) }} |
| Featured images failed | {{ counts.get('feature_images_failed', 0) }} |
| Redirects inserted | {{ redirects_inserted }} |