{% extends "base.html" %} {% block title %}Test Procedures{% endblock %} {% block content %}
| ID | Title | Type | Assertions | Last Status | v |
|---|---|---|---|---|---|
| {{ proc.id }} | {{ proc.title }} | {{ proc.type or '' }} | {{ proc.assertion_count or 0 }} | {% if proc.last_execution_status %} {{ proc.last_execution_status }} {% else %}—{% endif %} | {{ proc.version }} |