{% extends parent_template %} {% block title %}{{ parent() }} {% block insidetitle %}Dashboard{% endblock %}{% endblock %} {% block head %} {{ parent() }} {% endblock %} {% set function_values = '' %} {% set functions_validate = '' %} {% block dashbody %}

{{ reason.name.show(lang) }} Test

{% if customFieldTicket is null %}

{{ 'form_forge.test.nothing'|trans }}

{% else %}
{% for customField in customFieldTicket %} {{ include(customField.formForgeType.frontTemplate.twigName) }} {% set function_values = function_values ~'get_form_value_' ~ customField.publicKey ~ '();' %} {% set functions_validate = functions_validate ~' if(!form_validate_' ~ customField.publicKey ~ '()) return false;' %} {% endfor %}
{% endif %}
{% endblock %} {% block scripts %} {{ parent() }} {% endblock %}