{% extends "base_layout.html.twig" %} {% block title %}{{ "twilio.create_caller_id" | trans }} - {{ user.username|default('') }}{% endblock %} {% block menu %} {% set selected_option = 'twilio' %} {% set sub_selected_option = 'strtwilioipe' %} {{ parent() }} {% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('users') }} {% endblock %} {% block form_content %} {% set fields = [ 'phone', ] %} {% if validationCode is defined and validationCode is not null %}
{{ 'twilio.verification_code_message' | trans }} {{ validationCode }}
{% endif %}

{{ 'twilio.add_caller_id_title' | trans }}

{% for f in fields %} {% if form.offsetExists(f) %}
{{ form_row(form.offsetGet(f)) }}
{% endif %} {% endfor %}
{{ form_rest(form) }} {% if phone.id is null %} {% endif %} {#% if phone.id|default('') != ''%} {{ 'actions.delete'| trans }} {% endif %#}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}