{% extends "tickets/base.html" %} {% load static %} {% block title %}Import CSV{% endblock %} {% block content %}
Batch-import tasks by uploading a specifically-formatted CSV. See documentation for formatting rules. Successs and failures will be reported here.
{% if results %}Summary:
Upserts (tasks created or updated):
Errors (tasks NOT created or updated):