{% extends "base.html" %} {% load static %} {% load custom_tags_and_filters %} {% block extrahead %} {% endblock %} {% block title %}Bulk upload — {{ upload_type.title }}{% endblock %} {% block content %}
{{ upload_type.description }}
{% if success_message %}| Row | {% for h in preview_headers %}{{ h.name }} | {% endfor %} {% if show_pta_column %}Resolved PTA | {% endif %}
|---|---|---|
| {{ prow.row_number }} | {% for cell in prow.cells %}{{ cell.value }} | {% endfor %} {% if show_pta_column %}{{ prow.pta }} | {% endif %}
Use names, not ID numbers. Dates without a timezone use {{ timezone_name }}.
| Column | Required? | What to type | Example |
|---|---|---|---|
| {{ col.title }} | {% if col.required %}Yes{% else %}Optional{% endif %} | {{ col.help_text }} | {{ col.example }} |