{{ change_log.title }}

version {{ change_log.version }} - {{ change_log.date }}
{% if change_log.tags %}
{% for tag in change_log.tags.all %}
{{ tag.name }}
{% endfor %}
{% endif %}
{{ change_log.description | safe }}
{% if change_log.related_tickets %}
Tickets: {{ change_log.related_tickets }}
{% endif %}
Author: {{ change_log.author }}