{# ThemeWare "Awards" widget #} {# TW awards widget and content #} {# ---------------- START: SET TEMPLATE VARS ---------------- #} {# ThemeWare: Set theme variables #} {% set twtWidgetAwardsCustomImage1 = theme_config('twt-widget-awards-custom-image-1') %} {% set twtWidgetAwardsCustomImage1Url = theme_config('twt-widget-awards-custom-image-1-url') %} {% set twtWidgetAwardsCustomImage2 = theme_config('twt-widget-awards-custom-image-2') %} {% set twtWidgetAwardsCustomImage2Url = theme_config('twt-widget-awards-custom-image-2-url') %} {% set twtWidgetAwardsCustomImage3 = theme_config('twt-widget-awards-custom-image-3') %} {% set twtWidgetAwardsCustomImage3Url = theme_config('twt-widget-awards-custom-image-3-url') %} {% set twtWidgetAwardsCustomImage4 = theme_config('twt-widget-awards-custom-image-4') %} {% set twtWidgetAwardsCustomImage4Url = theme_config('twt-widget-awards-custom-image-4-url') %} {% set twtWidgetAwardsCustomImage5 = theme_config('twt-widget-awards-custom-image-5') %} {% set twtWidgetAwardsCustomImage5Url = theme_config('twt-widget-awards-custom-image-5-url') %} {% set twtWidgetAwardsCustomImage6 = theme_config('twt-widget-awards-custom-image-6') %} {% set twtWidgetAwardsCustomImage6Url = theme_config('twt-widget-awards-custom-image-6-url') %} {% set twtWidgetAwardsStandardSsl = theme_config('twt-widget-awards-standard-ssl') %} {% set twtWidgetAwardsTextShow = theme_config('twt-widget-awards-text-show') %} {# ---------------- END: SET TEMPLATE VARS ---------------- #} {% block twt_widget_awards %}
{% block twt_widget_awards_content %} {% if twtWidgetAwardsTextShow == 2 %}

{{ "twt.widget.awards.content"|trans|sw_sanitize }}

{% endif %}
{# ThemeWare: SSL seal #} {% if twtWidgetAwardsStandardSsl == 2 %} SSL {% endif %} {# ThemeWare: Custom image 1 #} {% if twtWidgetAwardsCustomImage1 %} {% if twtWidgetAwardsCustomImage1Url %} {% endif %} {{ {% if twtWidgetAwardsCustomImage1Url %} {% endif %} {% endif %} {# ThemeWare: Custom image 2 #} {% if twtWidgetAwardsCustomImage2 %} {% if twtWidgetAwardsCustomImage2Url %} {% endif %} {{ {% if twtWidgetAwardsCustomImage2Url %} {% endif %} {% endif %} {# ThemeWare: Custom image 3 #} {% if twtWidgetAwardsCustomImage3 %} {% if twtWidgetAwardsCustomImage3Url %} {% endif %} {{ {% if twtWidgetAwardsCustomImage3Url %} {% endif %} {% endif %} {# ThemeWare: Custom image 4 #} {% if twtWidgetAwardsCustomImage4 %} {% if twtWidgetAwardsCustomImage4Url %} {% endif %} {{ {% if twtWidgetAwardsCustomImage4Url %} {% endif %} {% endif %} {# ThemeWare: Custom image 5 #} {% if twtWidgetAwardsCustomImage5 %} {% if twtWidgetAwardsCustomImage5Url %} {% endif %} {{ {% if twtWidgetAwardsCustomImage5Url %} {% endif %} {% endif %} {# ThemeWare: Custom image 6 #} {% if twtWidgetAwardsCustomImage6 %} {% if twtWidgetAwardsCustomImage6Url %} {% endif %} {{ {% if twtWidgetAwardsCustomImage6Url %} {% endif %} {% endif %}
{% endblock %}
{% endblock %}