{% extends "base-projector.html" %} {% load i18n %} {% load staticfiles %} {% block title %}{{ block.super }} - {% trans "Motion" %} {{ motion.identifier }}{% endblock %} {% block content %}

{% if motion.identifier %} {% trans "Motion" %} {{ motion.identifier }} {% else %} {% trans "Motion" %} [---] {% endif %} {% if motion.last_version.version_number > 1 %}({% trans 'Version' %} {{ motion.active_version.version_number }}){% endif %}

{{ motion.active_version.title }}
{% endblock %} {% block scrollcontent %}

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

{% trans "Reason" %}:

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

{% endblock %}