{% load i18n sb_admin_tags %} {% sb_admin_richtext_actions richtext_actions richtext_disabled_actions as resolved_richtext_actions %} {% for action in resolved_richtext_actions %} {% if action.dialog_template %} {% include action.dialog_template with action=action %} {% endif %} {% endfor %}