{% load i18n %} {% load humanize %} {% load staticfiles %}

{{ motion.active_version.title }} {% trans "Motion" %} {{ motion.identifier|default:'' }} {% if motion.get_active_version.version_number > 1 %} | {% trans 'Version' %} {{ motion.active_version.version_number }}{% endif %}

{{ motion.active_version.text|safe }}
{% if motion.active_version.reason %}

{% trans "Reason" %}:

{{ motion.active_version.reason|safe }}
{% endif %}