{% if type == 'Type1' %}
{% include 'django_modalds/type1.html' %}
{% elif type == 'Type2' %}
{% include 'django_modalds/type2.html' %}
{% elif type == 'Type3' %}
{% include 'django_modalds/type3.html' %}
{% elif type == 'Type4' %}
{% include 'django_modalds/type4.html' %}
{% elif type == 'Type5' %}
{% include 'django_modalds/type5.html' %}
{% endif %}