{% extends 'base.html' %} {% block title %}Accessibility {{current_type|capitalize}}s{% endblock %} {% block content %} {% set color_class = {'error': 'danger', 'warning': 'warning', 'notice': 'info'} %}
Type | WCAG | Message | HTML | Page Count |
---|---|---|---|---|
{{violation.type}} | {% for ref in wcag_refs(violation.code) %} Docs for {{ ref }} {% endfor %} | {{violation.message}} |
{{ violation.selector | escape }}
{{ violation.context | escape }} |
{{violation.pages|length}} | {% endfor %}