{% if forms is defined and forms is iterable %} {% for form in forms%} {% if form.content is not null and form.content.form_original_page_id is defined %} {% set page=get_page_info(app.request.getLocale(),form.content.form_original_page_id)%} {% if page is not null and page.url is defined and page.url != '' %}
  • {{form.formName}} ({{form.createdDate|date('d-m-Y H:i:s')}})
  • {% endif %} {% endif %} {% endfor %} {% endif %}