{{ 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:'' }} |
{% endfor %}