{% extends "admin.html" %} {% load url from future %} {% block headtitle %}Exhibitors - {% endblock %} {% block meeting_information_active %}active{% endblock %} {% block content %}
{% if exhibitors %} {% for exhibitor in exhibitors %} {% endfor %}
Title Poster Type Sponsor
{{ exhibitor }} {{ exhibitor.booth }} {{ exhibitor.sponsor|yesno|title }} {% if exhibitor.image %} Download Image {% endif %}
{% else %}

There are no exhibitors for this meeting

{% endif %}

< Back to Meetings

{% endblock %}