{% set alignment = alignment ? alignment : 'left' %} {% set placement = placement ? placement : 'down' %} {% set alignment2 = 'left' == alignment ? 'right' : 'left' %} {% set button_classes = button_classes ? button_classes : 'ai1ec-btn-sm' %}
{% if subscribe_label is not empty %} {{ subscribe_label }} {% else %} {% if is_filtered %} {{ text_filtered }} {% else %} {{ text_subscribe }} {% endif %} {% endif %} {% set url = export_url | replace( {"webcal://": "http://"} ) ~ url_args %} {% set url_no_html = export_url_no_html | replace( {"webcal://": "http://"} ) ~ url_args ~ "&&" %}
{% if show_get_calendar %} {{ text_get_calendar }} {% endif %}