{% for task in import_task_list %} {% endfor %}
ID UUID Name Address Status Error message
{{ task.import_id }} {{ task.uuid }} {% if task.router %} {{ task.router.name }} {% else %} {{ task.name }} {% endif %} {{ task.address }} {% if task.import_success %} Success {% elif task.import_error %} Error {% else %} Pending {% endif %} {% comment %} Working... {% endcomment %} {{ task.import_error_message|default_if_none:'' }}