{% extends "base.html" %} {% block content %}

Projects

{% if user.is_staff %} Add {% endif %}

Below is an overview of all projects currently deployed via R-Shepard

{% for project in projects %}

{{ project.name }}

Open
{% if project.description %}

{{ project.description }}

{% else %}

No description provided.

{% endif %}
{% empty %}
  • No projects available.
  • {% endfor %}

    Resource Allocation Overview

    Below is an overview of the accumulated RAM allocation of the R-Shepard instance. It displays the RAM usage of all currently running containers.

    {{ used_ram }} of {{ system_ram }} GB RAM currently allocated.
    {{ used_ram }} of {{ system_ram }}
    {% if user.is_staff %}
    Go to admin area {% endif %} {% endblock %}