{% extends "base.html" %} {% load i18n static %} {% block title %}{% trans "Import requirements" %}{% endblock %} {% block contents %}
{% blocktrans %}Headers + three sample rows so you can see the exact column shape. Fill in your own rows and upload.{% endblocktrans %}
{% trans "Download XLSX template" %} {% trans "Download CSV template" %}{% trans "Required columns:" %} identifier, title.
{% trans "Optional columns (all free-text or FK names):" %}
description, rationale, category, source, source_section, level,
product, project, feature, parent_requirement, status, priority,
verification_method, asil, dal, iec62304_class, doc_id,
doc_revision, effective_date, change_reason, jira_issue_key,
external_refs (JSON).
{% trans "FK values resolve by human-friendly names: category name, level code, requirement identifier for parent, etc." %}
| {% trans "Row" %} | {% trans "Identifier" %} | {% trans "Error" %} |
|---|---|---|
| {{ err.row_num }} | {{ err.identifier }} |
{{ err.message }} |