{% include "ochre/template_pack/slide.html" with item=item index=forloop.counter uid=uid %}
{% endfor %}
{% if slide_model.get_add_perm in perms %}
{% include "ochre/template_pack/modal.html" with mode="create" uid=uid index="0" csrf_token=csrf_token item=slide_model serializer=serializer %}
{% endif %}