{# If an image has been set then show the image. #} {% if Image %}
{% if Image_Link_Href %} {% endif %} {{Image_Alt}} {{Rollover_Images}} {% if Enlarge_Image %} {{"Enlarge this image"|trans}} {% endif %} {% if Image_Link_Href %} {% endif %}
{% endif %} {% if (Title or Text or More_Link_Text) %}
{# If a title has been set show the title. #} {% if Title %}
<{{Title_Tags}}> {% if Link_Href %} {{Title}} {% else %} {{Title}} {% endif %}
{% endif %} {# If text has been set show the text. #} {% if Text %}
{{Text}}
{% endif %} {# If more link text has been set show the more link. #} {% if More_Link_Text %}
{{More_Link_Text}}
{% endif %}
{% endif %}