{% if templates|length == 0 %}

{{ i18n.getMessage("formation_load_from_template_none_available") }}

{% else %} {% for template in templates %} {% endfor %}
{{ env.getFormattedDate(template.date) }} {{ template.templatename }}
{% endif %}