{% load jenkins_filters %}
Jenkins Utilization
Status
{% for status in resource.resourcestatus_set.all %} {{ status.title }} {{ status.timestamp }} {% endfor %}
Servers
{% include "dashboard/server_table.html" %}
Booking Utilization
Bookings
{% include "booking/booking_table.html" %}
Contact

Lab Owner: {{ resource.owner.username }}

Email: {{ resource.owner.email }}

Booking OPNFV Wiki

Jenkins Status

Slave Name: {{ resource.slave.name }}

Status: {{ resource.slave.status }}

Last Job: {{ resource.slave.last_job_name }}

VPN Users
{% for user in resource.vpn_users.all %} {% endfor %}
User Email Company
{{ user.username }} {{ user.email }} {{ user.userprofile.company }}