{% extends 'generic/object.html' %} {% load buttons %} {% load static %} {% load helpers %} {% load plugins %} {% block content %}
Name | {{ object.name }} |
---|---|
Application | {{ object.application }} |
Namespace | {{ object.namespace }} |
Memory | {{ object.memory }} GB |
CPU | {{ object.cpu }} |
GPU | {{ object.gpu }} GB |
Cluster | {{ object.k8s_cluster }} |
Description | {{ object.description }} |
Contacts | {% for contact in object.contact.all %} {{ contact.name }}, {% endfor %} |