{% if not permission_view_settings %} {{form_actions.do_action_string(class_='form-control', value='*Insufficient permissions to view email*', **{'title': _('Email address to notify')})}} {% else %} {{form_actions.do_action_string(class_='form-control', value=each_action.do_action_string, **{'title': _('Email address to notify')})}} {% endif %}
{{function_action_info[each_action.action_type]["name"]}}: {{function_action_info[each_action.action_type]["description"]}}
self.run_action("{{"{" + each_action.unique_id.split('-')[0] + "}"}}") {{_('will execute only this action. self.run_all_actions() will execute all actions sequentially.')}}