{% extends "base_generic.html" %} {% block title %}List of Seminars of the Chair of Materials Science and Nanotechnology{% endblock %} {% block head %} {% endblock %} {% block nav-research %} {% endblock %} {% block content %} {% block small %}

nanoSeminars

{{ form }}


{% include "seminar_list.html" %} {% if 'seminars_all' in request.path %}
show less
{% else %}
show all
{% endif %} {% endblock %} {% endblock %}