{% extends "@UVDeskCoreFramework//Templates//layout.html.twig" %} {% block title %} {{ 'Mailbox Settings'|trans }} {% endblock %} {% block pageContent %}
{# Append Panel Aside #} {% set asideTemplate = 'Webkul\\UVDesk\\CoreFrameworkBundle\\Dashboard\\AsideTemplate' %} {% set asideSidebarReference = 'Webkul\\UVDesk\\CoreFrameworkBundle\\UIComponents\\Dashboard\\Panel\\Sidebars\\Settings' %} {{ uvdesk_extensibles.getRegisteredComponent(asideTemplate).renderSidebar(asideSidebarReference) | raw }}
{% if mailbox is defined and mailbox.id is not empty %}

{{ 'Update Mailbox'|trans }}

{% else %}

{{ 'Add Mailbox'|trans }}

{% endif %}
{# Mailer Id #}
{% if mailbox is defined and mailbox.id is not empty %} {% else %} {% endif %}
{# Mailer Name #}
{% if mailbox is defined and mailbox.name is not empty %} {% else %} {% endif %}
{# Status #}
{# Delivery Status #}
{# Default Mailbox #}
{# IMAP Settings #}

{{ 'Inbound Emails'|trans }}

{{ 'Manage how you wish to retrieve and process emails from your mailbox.'|trans }}

{% if mailbox is defined and mailbox.imapConfiguration is not empty %} {% else %} {% endif %}
{# SMTP Settings #}

{{ 'Outbound Emails'|trans }}

{{ 'Manage how you wish to send emails from your mailbox.'|trans }}

{% if mailbox is defined and mailbox.smtpConfiguration is not empty %} {% else %} {% endif %}
{% if mailbox is defined and mailbox.id is not empty %} {% else %} {% endif %}
{% endblock %} {% block footer %} {{ parent() }} {% endblock %}