{% extends "base.html" %} {% load i18n static requirements_extras %} {% block title %}{% trans "Link test case" %} — {{ requirement.identifier }}{% endblock %} {% block contents %}
{{ requirement.identifier }} — {{ requirement.title }}
{% trans "Back" %}
{% blocktrans %}Type a summary keyword, a TC id, or the author's username. Click a row to select. Empty query shows the 50 most recent cases.{% endblocktrans %}
| {% trans "Case" %} | {% trans "Type" %} | {% trans "Suspect" %} | {% trans "Added" %} |
|---|---|---|---|
| TC-{{ link.case_id }} | {% link_type_icon link.link_type %} | {% suspect_badge link.suspect %} | {{ link.created_at|date:"Y-m-d H:i" }} |
{% trans "No links yet." %}
{% endif %}