{% extends "web/_base.html" %} {% block navbar_left %} {{ block.super }} {% include "web/_collection-menu.html" with collection=collection only %} {% endblock %} {% block title %}Search collection {{ collection.name }}{% endblock %} {% block content %}
Category {% include "web/_order.html" with name="category" order=order asc=asc only %} | Name {% include "web/_order.html" with name="name" order=order asc=asc only %} |
---|---|
{{ item.category }} | {{ item.name }} |
No results.
{% endif %} {% include "web/_pagination.html" %} {% endblock %}