{% extends "WallabagCoreBundle::layout.html.twig" %} {% block title %}{{ 'user.page_title'|trans }}{% endblock %} {% block content %}
{{ 'user.description'|trans|raw }}
{{ 'user.form.username_label'|trans }} | {{ 'user.form.email_label'|trans }} | {{ 'user.form.last_login_label'|trans }} | {{ 'user.list.actions'|trans }} |
---|---|---|---|
{{ user.username }} | {{ user.email }} | {% if user.lastLogin %}{{ user.lastLogin|date('Y-m-d H:i:s') }}{% endif %} | {{ 'user.list.edit_action'|trans }} |