{% if type == 'ModalRotateBG' %}
{% include 'shared_lib/modal/rotate_bg.html' %}
{% elif type == 'ModalLinkVideo' %}
{% include 'shared_lib/modal/link_video.html' %}
{% elif type == 'ModalSingleBG' %}
{% include 'shared_lib/modal/single_bg.html' %}
{% elif type == 'ModalImageOnly' %}
{% include 'shared_lib/modal/image_only.html' %}
{% endif %}