{{title}}

{% for exhibitor in exhibitor_details %} {% set exhibitor_doc = frappe.get_doc("Exhibitor Registration", exhibitor.exhibitor) %}
{{exhibitor_doc.company}}
{% endfor %}
{%- if cta_link -%}
Become an Exhibitor
{%- endif -%}