{% load sortable %} {% comment %} Convenience wrapper for the most common case: a vertical list with a drag-handle on the left and a per-item template injected via ``item_template``. Usage:: {% include "conjunto/sortable/_list.html" with items=meeting.agendas.all reorder_url=reorder_url item_template="myapp/_agenda_item.html" %} For custom markup (cards, table rows, …), use ``{% sortable_attrs %}`` and ``{% sortable_item %}`` directly instead of this wrapper. {% endcomment %}