{% load cms_tags %} {% spaceless %} <{{ instance.tag_type }} {% if instance.id_name %}id="{{ instance.id_name }}"{% endif %} class="{% if instance.additional_class_names %}{{ instance.get_additional_class_names }}{% endif %}" style="{% if instance.alignment %}text-align: {{ instance.alignment }};{% endif %}"> {% if instance.alt %}{{ instance.alt }}{% endif %} {% if instance.caption_text %}
{{ caption_text }}
{% endif %} {% endspaceless %}