{% if license == 'pro' or license == 'business' %} {{ 'lang.manageContacts'|trans }} {% endif %}
{{ form_widget(form.email, { attr: { class: 'input-underline', placeholder: ' ', autocomplete: 'off', 'data-lpignore': 'true' } }) }} {{ form_label(form.email) }} {{ form_errors(form.email) }} {% if license == 'pro' or license == 'business' %} {% endif %}
{% if license == 'pro' or license == 'business' %}
{{ form_widget(form.contactEmail) }} {{ form_widget(form.company) }} {{ form_widget(form.firstName) }} {{ form_widget(form.lastName) }} {{ form_widget(form.cellphone) }}
{% endif %}
{{ form_widget(form.title, {attr: {class: 'input-underline', placeholder: ' '}}) }} {{ form_label(form.title) }}
{{ form_widget(form.message, { attr: { class: 'input-underline', placeholder: ' ', maxlength: 255, oninput: 'checkCharacterLimit(this)' } }) }} {{ form_label(form.message) }} {{ form_errors(form.message) }}
{% if license == 'free' %}
{{ 'lang.7Days'|trans }}
{{ 'lang.validUntil'|trans }}
{{ form_widget(form.validUntil, {'attr': {'readonly': 'readonly'}}) }}
{% else %}
{{ form_widget(form.validUntil, { attr: { class: 'input-underline', min: 'now'|date('Y-m-d') } }) }} {{ form_label(form.validUntil) }} {{ form_errors(form.validUntil) }}
{% endif %} {% if license == 'pro' or license == 'business' %}
{% endif %}