{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% load perms %} {% block controls %} {{ block.super }} {% endblock controls %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block tabs %} {{ block.super }} {% endblock %} {% block content %}
OCPProject
Name {{ object.name }}
Description {{ object.description }}
Display Name {{ object.display_name }}
Owner {{ object.owner }}
Contact {{ object.contact|linkify|placeholder }}
Customer {{ object.customer|linkify|placeholder }}
URL {{ object.url }}
Workload {{ object.workload }}
Request {{ object.request }}
{% include 'inc/panels/custom_fields.html' %}
{% endblock %}