{% extends "cm_portal/csu_index.html" %} {% block title %}| List of Items{% endblock %} {% block page_title %}| List of Items{% endblock %} {% load static %} {% block sidebar %}

{% if user.is_authenticated %} {% include 'cm_portal/user.html' %} {% endif %} {% endblock %} {% block content %}
{% if item_list %} {% else %}

There are no items in the portal.

{% endif %}
{% if is_paginated %} {% include 'cm_portal/pagination.html' %} {% endif %} {% if perms.cm_portal.add_item %} Add item {% else %} Add item {% endif %}
{% endblock %}