{% load pygments_highlights %} {% load exception_escape %} {% if task.deprecations %} {{ task.deprecations|length }} {% endif %} {% if task.exceptions %} {{ task.exceptions|length }} {% endif %} {% if task.warnings %} {{ task.warnings|length }} {% endif %}