{% if type == 'Type1' %}
{% include 'popup/type1.html' %}
{% elif type == 'Type2' %}
{% include 'popup/type2.html' %}
{% elif type == 'Type3' %}
{% include 'popup/type3.html' %}
{% elif type == 'Type4' %}
{% include 'popup/type4.html' %}
{% elif type == 'Calendar' %}
{% include 'popup/type-calendar.html' %}
{% endif %}