{% include "cosinnus/leftnav_hierarchic_listview_standalone.html" %}
{% for object in object_list %}
{% include 'cosinnus_etherpad/single_etherpad.html' with object=object %}
{% empty %}
{% include 'cosinnus/common/empty_button.html' with message="No etherpads have been created yet." %}
{% endfor %}