{% load cms_tags frontend %} {% if instance.parent.plugin_type == "CardLayoutPlugin" and instance.parent.get_plugin_instance.0.card_type == "row" %}
{% endif %} <{{ instance.tag_type }}{{ instance.get_attributes }}> {% with parent=instance %} {% for plugin in instance.child_plugin_instances %} {% with forloop as parentloop %}{% render_plugin plugin %}{% endwith %} {% endfor %} {% endwith %} {% if instance.parent.plugin_type == "CardLayoutPlugin" and instance.parent.get_plugin_instance.0.card_type == "row" %}
{% endif %}