{% extends "conferenceapp/layout.html" %} {% block style %} {% endblock %} {% block content %}

{{conf.conf_name}} - Free Delegate Registration

 
 

          


{% set user_country = Helper.DefaultCountryID %}
{% if reg_types :%} {% for type in reg_types %} {% set conf_ids = type.show_conf_ids.split(",") %} {% if str(conf.conf_id) in str(conf_ids) %}

{{ type.addon_type }}


{% endif %} {% if addons :%} {% for item in addons %} {% if type.addon_type_id == item.addon_type_id %} {% set addon_name_1 = item.display_name or item.user_type %}
{% endif %} {% endfor %} {% endif %} {% endfor %} {% endif %}







{% endblock %} {% block bottomscript %} {% endblock %}