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

{%- endif %} {%- if prev %} {%- if prev == -1 %} Prev {%- else %} Prev {%- endif %} {%- endif %} {%- for motion in motions %} {% include 'motion.html' %} {%- endfor %} {%- if more %} Next {%- endif %}
{%- endblock %}