{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Baseline" %} {{ baseline.name }}{% endblock %} {% block contents %}
{{ baseline.name }}
{{ project.name }}{% if project.code %} · {{ project.code }}{% endif %}
| {% trans "Identifier" %} | {% trans "Title" %} | {% trans "Status" %} | {% trans "Priority" %} | {% trans "Level" %} | {% trans "Safety" %} |
|---|---|---|---|---|---|
{% if s.requirement_id %}
{{ s.identifier }}
{% else %}
{{ s.identifier }}
{% endif %}
|
{{ s.title }} | {{ s.status }} | {{ s.priority|default:"—" }} | {{ s.level_code|default:"—" }} | {% if s.asil %}ASIL {{ s.asil }}{% endif %} {% if s.dal %} DAL {{ s.dal }}{% endif %} {% if s.iec62304_class %} IEC62304 {{ s.iec62304_class }}{% endif %} {% if not s.asil and not s.dal and not s.iec62304_class %}—{% endif %} |
| {% trans "No requirements were in scope when this baseline was frozen." %} | |||||
| {% trans "Requirement" %} | {% trans "Case" %} | {% trans "Link type" %} | {% trans "Suspect" %} |
|---|---|---|---|
{{ l.requirement_identifier }} |
TC-{{ l.case_id }} | {{ l.link_type }} | {% if l.suspect %}suspect{% else %}—{% endif %} |