{% if app.user|length > 0 %}
{{app.user.firstname|civilityEmail(app.user.civility)}} ! Logout
{% endif %}
{% for flashMessage in app.session.flashbag.get('notice') %}
{{ flashMessage|trans }}
{% endfor %}
{% for flashMessage in app.session.flashbag.get('warning') %}
{{ flashMessage|trans }}
{% endfor %}
Template name: {{ template }}
{{ dashboard('TwtoolsCmsBundle:Cms:shortPosts') }}
{{ dashboard('TwtoolsGoogleBundle:Analytics:shortAnalyticsView', {'profile': 'ga:54653824'}) }}
{{ dashboard('TwtoolsGoogleBundle:Analytics:mediumAnalyticsView', {'profile': 'ga:54653824'}) }}
{{ dashboard('TwtoolsCmsBundle:Cms:mediumPosts') }}
{{ dashboard('TwtoolsCmsBundle:Cms:mediumLogs') }}
{{ dashboard('TwtoolsCmsBundle:Cms:mediumSms') }}
{{ dashboard('TwtoolsGoogleBundle:Analytics:mediumAnalyticsYear', {'profile': 'ga:54653824'}) }}
{{ dashboard('TwtoolsCronBundle:Task:mediumTasks') }}
{{ dashboard('TwtoolsComponentBundle:Component:arrayFilter', {'title': 'Aniversaires', 'route': 'admin_user_update', 'icon': 'icon-calendar', color: 'blue', 'dql': "SELECT a.id, a.firstname AS Prenom, a.lastname AS Nom, a.birthdate AS Date, DAYOFWEEK(a.birthdate), DAYOFMONTH(a.birthdate), DATEDIFF(CURRENT_DATE(), a.birthdate), DATE(a.birthdate), TIME(a.birthdate), YEAR(a.birthdate), HOUR(a.birthdate), MINUTE(a.birthdate), MONTH(a.birthdate), SECOND(a.birthdate), (dayofyear( a.birthdate ) - dayofyear( CURRENT_DATE( ) ) AS Jour FROM TwtoolsStandartUserBundle:User a WHERE (dayofyear( a.birthdate ) - dayofyear( CURRENT_DATE( ) ) >0 AND dayofyear( a.birthdate ) - dayofyear( CURRENT_DATE( ) ) <30 ) OR (dayofyear( a.birthdate ) +365 - dayofyear( CURRENT_DATE( ) ) > 0 AND dayofyear( a.birthdate ) + 365 - dayofyear( CURRENT_DATE( ) ) < 30 ) ORDER BY Jour ASC"}) }}