{% if heading is not empty %}

{{heading}}

{% endif %} {% if not notrainings %} {% if not nocertificates %} {% if trainings|length > 0 %} {% if current_user.user_firstname is empty or current_user.user_lastname is empty%} {% endif %} {% else %} {% endif %} {% for training in trainings %}
{{training.getTitle()}}

{{training.title}}

{{ trainingFindates[training.getId()] | date("d.m.Y")}}
{% endfor %} {% else %} {% endif %} {% else %} {% endif %} {%include 'zertifikate/zertifikate-pdf-template.html' with{'current_user': current_user}%}