{# SPDX-License-Identifier: Apache-2.0 #} {# Copyright (C) 2025 Marcin Zieba #} {# Per-row Accept form. Params: accept_url (reversed URL), status (row status), #} {# label (default "Accept"), title (default deferred-apply wording). The button #} {# shows only for not-yet-owned / drifted statuses (imported/changed/conflict/drifted). #} {% if status == "imported" or status == "changed" or status == "conflict" or status == "drifted" %}
{% csrf_token %}
{% endif %}