{% import "macros/messagebox.twig" as messagebox %} {% import "macros/paginator.twig" as pagination %} {% import "macros/playerlists.twig" as playerlists %} {% if players is defined and players|length > 0 %}
{{ i18n.getMessage("playertable_head_position_abbr") }} | {{ i18n.getMessage("playertable_head_name") }} | {{ i18n.getMessage("entity_player_verein_id") }} | {% if env.getConfig("hide_strength_attributes") != "1" %}{{ i18n.getMessage("playertable_head_strength") }} | {% endif %}{{ i18n.getMessage("entity_player_vertrag_gehalt") }} |
---|---|---|---|---|
|
{{ player.firstname }} {% if player.pseudonym|length > 0 %}"{{ player.pseudonym }}" {% endif %}{{ player.lastname }} {% if player.unsellable %} {% elseif player.lending_owner_id == 0 and player.lending_fee > 0 and env.getConfig("lending_enabled") %} {% endif %} |
{% if player.team_id > 0 %} {{ player.team_name }} {% if player.lending_owner_id > 0 %} {% endif %} {% else %} - {% endif %} | {% if env.getConfig("hide_strength_attributes") != "1" %}
|
{% endif %}
{{ player.contract_salary|number_format(0, ',', ' ') }} {{ env.getConfig("game_currency") }} {{ player.contract_matches }} {{ i18n.getMessage("contract_unit_matches") }} |