{% extends 'Application/' ~ settings.get("theme") ~ '/base.html.twig' %} {% block title %}{{ 'Polecenia'|trans }}{% endblock %} {% block body %}

{{ 'System Poleceń'|trans }}

{% for label, messages in app.flashes %} {% for message in messages %}
{{ message }}
{% endfor %} {% endfor %}
{% if filleuls is empty %}

{{ 'Brak zaproszonych graczy.'|trans }}

{% else %}
    {% for f in filleuls %}
  • {{ f.name }} – Poziom {{ f.level }} {{ f.level >= 20 ? 'Poziom OK' : 'Poziom za niski' }} {{ f.hasPurchased ? 'Zakup zatwierdzony' : 'Brak zakupu' }}
  • {% endfor %}
{% endif %}
{# Nagrody dla polecającego (referrer) #}
{% for palier in 1..5 %}
{{ 'Próg'|trans }} {{ palier }}
{{ paliers[palier].description }}
{% for reward in paliers[palier].rewards %} {{ reward }} {% endfor %}
{% if paliers[palier].claimed %} {% elseif paliers[palier].reached %}
{% if userCharacters|length > 0 %}
{% endif %}
{% else %} {% endif %}
{% endfor %}
{# Nagroda dla poleconego (filleul) #}
  • {{ app.user.username }} – {{ 'Twój status'|trans }} {{ filleulEligible ? 'Poziom OK' : 'Brak postaci na 20 poz.' }} {{ hasPurchased ? 'Zakup zatwierdzony' : 'Brak zakupu' }}
{{ 'Nagroda dla poleconego'|trans }}
{{ 'Odblokowane na 20 poziomie + pierwszy zakup (5€ lub więcej)'|trans }}
300 Magic Coins
1 SunScroll
1 SunStone
Tytuł: Wanderer Initiate
{% if filleulRewardClaimed %} {% elseif filleulEligible and hasPurchased %}
{% else %} {% endif %}
{% endblock %}