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