+ {{ 'base.Hello, %name%'|trans({'%name%': app.user.userProfile.firstName}) }} + {{ 'user.loggedin'|trans }} + {{ 'user.logout'|trans }} +
+ {% else %} +{{ 'word.titleOne'|trans }} (en) | +{{ 'word.titleOne'|trans }} (uk) | +{{ 'word.titleOne'|trans }} (ru) | +{{ 'word.titleOne'|trans }} (fr) | +{{ 'word.titleOne'|trans }} (es) | +{{ 'base.author'|trans }} | +{{ 'base.created'|trans }} | +{{ 'base.updated'|trans }} | + {% if is_granted('edit_word', app.user) %} +{{ 'base.actions'|trans }} | + {% endif %} +
---|---|---|---|---|---|---|---|---|
{{ word.translate('en').word }} | +{{ word.translate('uk').word }} | +{{ word.translate('ru').word }} | +{{ word.translate('fr').word }} | +{{ word.translate('es').word }} | +{{ word.user.userProfile.firstName }} {{ word.user.userProfile.lastName }} | +{{ word.createdAt|date("d.m.Y") }} | +{{ word.updatedAt|date("d.m.Y") }} | ++ {% if is_granted('edit_word', app.user) %} + {% if word in app.user.wishlist.words %} + {{ 'wishlist.remove'|trans }} + {% else %} + {{ 'wishlist.add'|trans }} + {% endif %} + {{ 'base.edit'|trans }} + {% endif %} + {% if is_granted('edit', word) %} + {{ 'base.delete'|trans }} + {% endif %} + | +
+ {{ 'base.Hello, %name%'|trans({'%name%': app.user.userProfile.firstName}) }} + {{ 'user.loggedin'|trans }} + {{ 'user.logout'|trans }} +
+ {% else %} +{{ 'word.titleOne'|trans }} (en) | +{{ 'word.titleOne'|trans }} (uk) | +{{ 'word.titleOne'|trans }} (ru) | +{{ 'word.titleOne'|trans }} (fr) | +{{ 'word.titleOne'|trans }} (es) | +{{ 'base.author'|trans }} | +{{ 'base.created'|trans }} | +{{ 'base.updated'|trans }} | + {% if is_granted('edit_word', app.user) %} +{{ 'base.actions'|trans }} | + {% endif %} +
---|---|---|---|---|---|---|---|---|
{{ word.translate('en').word }} | +{{ word.translate('uk').word }} | +{{ word.translate('ru').word }} | +{{ word.translate('fr').word }} | +{{ word.translate('es').word }} | +{{ word.user.userProfile.firstName }} {{ word.user.userProfile.lastName }} | +{{ word.createdAt|date("d.m.Y") }} | +{{ word.updatedAt|date("d.m.Y") }} | ++ {% if is_granted('edit_word', app.user) %} + {% if word in app.user.wishlist.words %} + {{ 'wishlist.remove'|trans }} + {% else %} + {{ 'wishlist.add'|trans }} + {% endif %} + {{ 'base.edit'|trans }} + {% endif %} + {% if is_granted('edit', word) %} + {{ 'base.delete'|trans }} + {% endif %} + | +