{% set isIndex = tmpl == 'index' ? true : false %} {% set tmpl = 'list' %} {% extends isIndex ? '@MauticCore/Default/content.html.twig' : '@MauticCore/Default/raw_output.html.twig' %} {% block mauticContent %}asset{% endblock %} {% block headerTitle %}{% trans %}mautic.asset.remote.file.browse{% endtrans %}{% endblock %} {% block content %} {% if isIndex %}
{% trans %}mautic.asset.remote.select_service{% endtrans %}