{% extends "registry/list.html" %} {% block table_key_name %} Time {% endblock %} {% block table_head_extn %} Course Presenter Location Places Available Comment {% endblock %} {% block table_row_extn %} {{ domainObject.type.name }} {{ domainObject.presenter }} {{ domainObject.location }} {{ domainObject.capacity }} {{ domainObject.countAvailable }} {{ domainObject.comment }} {% endblock %} {% block table_item_delete_btn %}{% endblock %}