{% extends 'site.html' %} {% block title %}{{ LANG.SUBMIT_A_TICKET }}{% endblock %} {% block content %}
{{ LANG.YOUR_TICKET_DETAILS }}
{{ LANG.ENTER_TICKET_DETAILS }}

{% if error_msg != '' %}{{ error_message(error_msg) }}
{% endif %}
{% if client_status != 1 %} {% endif %} {% for customfields in customfields %} {% endfor %}
{{ LANG.GENERAL_INFORMATION }}
{{ LANG.FULL_NAME }}: *
{{ LANG.EMAIL }}: *
{{ LANG.PRIORITY }}:
{{ customfields.title }}{% if customfields.required == 1 %} *{% endif %} {% if customfields.type == 'text' or customfields.type == 'password' %} {% elseif customfields.type == 'textarea' %} {% elseif customfields.type == 'checkbox' %} {% for key, value in customfields.value %}   {% endfor %} {% elseif customfields.type == 'radio' %} {% for key, value in customfields.value %}   {% endfor %} {% elseif customfields.type == 'select' %} {% endif %}
{{ LANG.YOUR_MESSAGE }}
{{ LANG.SUBJECT }} *
{{ LANG.ATTACHMENTS }}
{% if settings.use_captcha %}
{{ LANG.CAPTCHA_VERIFICATION }}
{{ LANG.ENTER_TEXT_CAPTCHA }}
{% endif %}
{% endblock %}