{# Reorder grip handle. Include with: {% with reorder_url="/focus/reorder", item_id=item.id %} {% include 'partials/reorder_arrows.html' %} {% endwith %} Required context vars: reorder_url - POST endpoint for the reorder action item_id - ID of the current item Optional: extra_fields - dict of extra hidden fields (e.g. {"focus_date": "2026-03-03"}) #}
{% if extra_fields %}{% for k, v in extra_fields.items() %} {% endfor %}{% endif %}
{% if extra_fields %}{% for k, v in extra_fields.items() %} {% endfor %}{% endif %}