{% macro new(only_ones, allow_any_shipmaster, shipmaster) %}
{% endmacro new %} {% macro show_boats(only_ones) %} {% if only_ones %} {% set_global boats = boats | filter(attribute="amount_seats", value=1) %} {% endif %} {% for amount_seats, grouped_boats in boats | group_by(attribute="amount_seats") %}{{ cox.name }}
{% endif %} {% endfor %} {% for rower in log.rowers %}{{ rower.name }}
{% endfor %}