{% extends 'base/layout.html' %} {% block title %}Import Log — Job #{{ job_pk }}{% endblock %} {% block content %}
No structured summary for this import (it may have run before summaries existed, or the summary failed to write). The downloadable logs below still hold the full detail.
{% if has_debug %} Full log {% endif %} {% if has_user %} User log {% endif %}
{% endif %}{% for key, value in device.counts.items %} {{ value }} {{ key }} {% endfor %}
{% endif %} {% if device.detail %}{% for line in device.detail %}{{ line }}
{% endfor %}
{% else %}
No detail recorded.
{% endif %}