{% for website in pagestested %} {% if site.data %} {% assign axe = site.data.[website].axe[datelastcrawl] %} {% else %} {% assign axe = [website].axe[datelastcrawl] %} {% endif %}

{{ website }} - Impact : Critical

{% for a11y in axe limit: 1 %} {% for a11ylist in a11y %} {% for a11yvalue in a11ylist %} {% for elm in a11yvalue %} {% if elm.impact == 'critical' %}
> {{ elm.description | xml_escape }}
    {% for node in elm.nodes %}
  • {{ node.target | replace:'\"','"' | replace:'\\3','' | replace:'\\=','=' | replace:' ','' | xml_escape }}
  • {% endfor %}
{% endif %} {% endfor %} {% endfor %} {% endfor %} {% endfor %}
{% endfor %}