{{ 'app.main.title'|trans }}
{% if is_granted('IS_AUTHENTICATED_FULLY') %}
{{ 'app.main.hello'|trans({'%username%' : app.user.fullname}) }}
{% endif %}
{{ 'lang.english'|trans }}
{{ 'lang.spanish'|trans }}
{{ 'nav.home'|trans }}
{{ 'nav.game'|trans }}
{{ 'nav.register'|trans }}
{{ 'nav.contact_us'|trans }}
{% if is_granted('IS_AUTHENTICATED_FULLY') %}
{{ 'nav.logout'|trans }}
{% else %}
{{ 'nav.login'|trans }}
{% endif %}
{% block content %}{% endblock %}
{{ 'game.title.last_games'|trans }}
Jan 13
Ultrices quisque molestie
Jan 7
Neque dolor eget
Jan 1
Sollicitudin interdum
Dec 26
Varius dignissim
{{ render(controller('AppBundle:Player:list')) }}