We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af36c9 commit 6e60770Copy full SHA for 6e60770
Resources/views/user-stats.html.twig
@@ -8,7 +8,7 @@
8
{% endblock %}
9
10
{% block content_title %}
11
- {{ 'user.stats.title'|trans({}, 'UserStatsBundle') }}
+ {{ 'user.stats.title'|trans({}, 'UserStatsBundle') }} {% if user.lastname is defined and user.firstname is defined %}{{ user.lastname ~ ' ' ~ user.firstname }}{% endif %}
12
13
14
{% block page_actions %}
0 commit comments