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