{{ title }} {% set cta_link = "/exhibitor-registration" if frappe.session.user != "Guest" else "/login?redirect_to=exhibitor-registration" %} Become an Exhibitor
{% for exhibitor in exhibitor_details %} {% set exhibitor_doc = frappe.db.get_value("Exhibitor Registration", exhibitor.exhibitor, ["logo", "company"], as_dict=True) %}
{{exhibitor_doc.company}}
{% endfor %}