{% macro render_changelog(task) %} {% if task.is_completed() %}

Changelog

{% if task.get_plain_text_changelog_resource() %} Web: wsvn link
Plaintext:{{ task.get_plain_text_changelog_resource() | get_resource_link }} {% else %} No changelog available, see logs for details {% endif %} {% endif %} {% endmacro %} {% macro render_build(task) %} {% if task.get_build_task_id() %}

Release

Build task: {{ task.get_build_task_id() | get_task_link }}
{% endif %} {% endmacro %}