{% if S_USER_LOGGED_IN and ((S_IN_INDEX and S_TOPICPINS_SHOW_INDEX) or (not S_IN_INDEX and S_TOPICPINS_SHOW_HEADER)) and (S_TOPICPINS_CAN_SEE or S_TOPICPINS_CAN_PIN) %}
{% if S_TOPICPINS_HAS_PINS %} {% INCLUDE '@dmzx_topicpins/topicpins_block.html' %} {% else %}
{% endif %}
{% endif %}