Herzlich willkommen, {% if current_user.user_firstname is empty and current_user.user_lastname is empty %} {{current_user.user_login}}{% else %} {{current_user.user_firstname}} {{current_user.user_lastname}}{% endif %}!
{% endif %}
{% if dashboard_hide_notrainings and trainings|length < 1 and no_trainings_text_dashboard is not empty %}
Hinweis
{{no_trainings_text_dashboard | replace ({'conditions': 'Teilnahmebedingungen' }) | raw }}
{% else %}
{% for item in items %}
{{ item.title|raw }}
{% if item.content is not empty %}
{{ item.content|raw }}
{% else %}
{% include "dashboard/no-dashboard-item.html" with {'heading': item.title} %}
{% endif %}