{{ log.debug() }} {% import "language.html" as lang with context %}
{{ section.title or lang.t("Warns:") }}
    {% for warns in section.value %}
  • {% if warns.annotation %} {% with expression = warns.annotation %} {% include "expression.html" with context %} {% endwith %} {% endif %} –
    {{ warns.description|convert_markdown(heading_level, html_id) }}
  • {% endfor %}