{% load i18n %} {% load tags %}

{% trans "Motion" %} {{ motion.identifier|default:'' }}

{% trans "Title" %}:

{{ motion.title }}

{% trans "Submitters" %}:

{% trans "State" %}:

{{ motion.state }}

{% trans "Text" %}:

{{ motion.text|safe }}

{% trans "Reason" %}:

{{ motion.reason|safe }}