{% load i18n cms_tags %}
{% if instance.embed_link %}
{# show iframe if embed_link is provided #}
{% with disabled=instance.embed_link %}
{% for plugin in instance.child_plugin_instances %}
{% render_plugin plugin %}
{% endfor %}
{% endwith %}
{% else %}
{# render or