{% extends "admin/change_list.html" %} {% load i18n admin_urls static admin_list %} {% block result_list %}
{% csrf_token %} {% if action_form and actions_on_top and cl.show_admin_actions %}

Link to slideshow: https://nano.tu-dresden.de/resslides/

{% admin_actions %}
{% endif %} {% result_list cl %} {% if action_form and actions_on_bottom and cl.show_admin_actions %}

Link to slideshow: https://nano.tu-dresden.de/resslides/

{% admin_actions %}
{% endif %}
{% endblock %}