- {% translate "Keywords:" %} {% if keywords|length > 0 %} {% for keyword in keywords %}
- {{ keyword }} {% endfor %} {% else %}
- {% translate "no keywords!" %} {% endif %}
{% endif %}
{% endif %}
{% autoescape off %}{{ nb_problems_warnings }}{% endautoescape %}
{% translate "on the public page" %}
-
{% for problem in problems %}
{% include "django_check_seo/element.html" with element=problem %}
{% endfor %}
-
{% for warning in warnings %}
{% include "django_check_seo/element.html" with element=warning %}
{% endfor %}