{% extends "base.html" %} {% block title %}Specifications{% endblock %} {% block content %}

Specifications

{% if handles %} {% endif %} Clear
{{ specs|length }} specifications
{% for spec in specs %} {% endfor %}
ID Title Priority Scope Handle Status v
{{ spec.id }} {{ spec.title }} {{ spec.priority or '' }} {{ spec.scope or '' }} {% if spec.handle %}{{ spec.handle }}{% endif %} {{ spec.status }} {{ spec.version }}
{% endblock %}