Location Name | Coordinates | {% if show_owner %}Owner | {% endif %}
---|---|---|
{% include "GeoffreyApp/location_link.html" with loc=loc %} | {{ loc.location }} | {% if show_owner %}{% include "GeoffreyApp/player_link.html" with player=loc.owner.first %} {% for owner in loc.owner.all|slice:"1:3" %}, {% include "GeoffreyApp/player_link.html" with player=owner %} {% endfor %} | {% endif %}