{% extends "base.html" %} {% block body %}
{%- if categories|length != 0 %}
{%- if categories|length == 1 %} {%- else %} {%- endif %}

{{_('Editing note: Markdown is used formatting.')}}
{{_('To add a line break add two lines, to enter a link use [text](https//domain.tld/link)')}}
{%- endif %} {%- if prev %} {%- if prev == -1 %} {{_('Prev')}} {%- else %} {{_('Prev')}} {%- endif %} {%- endif %} {%- for motion in motions %} {% include 'motion.html' %} {%- endfor %} {%- if more %} {{_('Next')}} {%- endif %}
{%- endblock %}