{# SPDX-License-Identifier: GPL-2.0-or-later — Copyright (C) 2026 Bryan Joshua Pedini #} {% if perms.virtualization.change_virtualmachine %} {% if object.status == 'active' %} {# Powered on: reboot (left) + stop. #}
{% else %} {# Powered off: start only. #} {% endif %} {% endif %}