{% extends "base.html" %} {% block body %}

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