{# SPDX-License-Identifier: AGPL-3.0-or-later WITH GPL-3.0-linking-exception #} {#- SPDX-FileCopyrightText: 2021 Alyssa Ross -#} {#- SPDX-FileCopyrightText: 2022 Arnout Engelen -#}
  • {% match accepted %} {%- when Some with (true) -%} {%- when Some with (false) -%} {%- when None -%} {% endmatch %} {% match hydra_link %} {%- when Some with (link) -%} {{ branch_name }} {%- when None -%} {{ branch_name }} {% endmatch %} {% if !children.is_empty() %}
      {% for child in children %} {{ child|safe }} {% endfor %}
    {% endif %}