{% load cms_tags i18n %}{% spaceless %} <{{ instance.tag_type }}{{ instance.get_attributes }} role="alert"> {% if instance.alert_dismissible %} {% endif %}
{% for plugin in instance.child_plugin_instances %} {% with parent=instance %}{% render_plugin plugin %}{% endwith %} {% endfor %}
{% endspaceless %}