{# SPDX-FileCopyrightText: 2026 JWP Consulting GK #} {# SPDX-License-Identifier: AGPL-3.0-or-later #} {% load i18n %} {% load projectify %}
{% action_button justify_left=True text=_("Move to top") icon="arrow-up" value="top" name="direction" disabled=task.first %} {% action_button justify_left=True text=_("Move to bottom") icon="arrow-down" value="bottom" name="direction" disabled=task.last %} {% csrf_token %}

{% trans "Move to section" %}

{% trans "Saving..." %}

{% csrf_token %}
{% action_button text=_("Delete task") icon="trash" style="destructive" %}