{% extends "@OroEmail/Email/activityLink.html.twig" %} {% block action_controll %} {% import '@OroUI/macros.html.twig' as UI %} {% set options = options|merge({ 'aCss': 'no-hash' }) %} {% if feature_enabled('email') %} {{ UI.clientButton(options) }} {% endif %} {% endblock %}