{% extends "base.html" %} {% block title %}Palinode · quality{% endblock %} {% block crumb %}quality{% endblock %} {% block content %}

Quality queues

What needs attention — from lint. Each item links to its fact.

{% for q in quality.queues %}

{{ q.label }} {{ q.rows|length }} — {{ q.blurb }}

{% if q.rows %} {% else %}

Nothing here — clean.

{% endif %} {% endfor %}
{% endblock %}