{% extends "@UVDeskCoreFramework//Templates//layout.html.twig" %} {% block title %} {{ 'Swift Mailer 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 configuration is defined and configuration.id is not empty %}

{{ 'Update configuration'|trans }}

{% else %}

{{ 'Add configuration'|trans }}

{% endif %}
{# Mailer Id #}
{% if configuration is defined and configuration.id is not empty %} {% else %} {% endif %}
{# Transport Type #}
{% if configuration is defined and configuration is not empty %} {% else %} {% endif %}
{# Delivery Status #}
{% endblock %} {% block footer %} {{ parent() }} {% endblock %}