{% if current_player_group %}
{% with node_player_groups=node_player_groups %}
{% include 'fleet/player-group/component/edit.jinja.html' %}
{% endwith %}
{% else %}
{% endif %}