{% extends "admin.html" %} {% load url from future %} {% block headtitle %}Posters - {% endblock %} {% block meeting_information_active %}active{% endblock %} {% block content %}
| Title | Poster Type | Contact | ||
|---|---|---|---|---|
| {{ poster }} | {{ poster.get_poster_type_display }} | {{ poster.contact }} | ||
There are no posters for this meeting
{% endif %}