{% comment %}
There's no clear formatting here to avoid issues with whitespaces being significant 
{% endcomment %}
_*{{project-name}}*_ delta analysis _*{{failed-quality-gates|join:"*_ and _*"}}*_: {{analysis-result-url}}
{% for warning in warnings %}

*{{warning.category}}*:{% for detail in warning.details %}
- {{detail}}{% endfor %}{% endfor %}
