{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
| Name | {{ object.name|linkify|placeholder }} |
|---|---|
| Capacity | {{ object.capacity }} |
| Contact | {{ object.contact|linkify|placeholder }} |
| Credential | {{ object.credential }} |
| Url | {{ object.url }} |
| Access | {{ object.access }} |
| Storage Backend | {{ object.assigned_object|linkify|placeholder }} |
| Issue Date | {{ object.issue_date|placeholder }} |
| Expire Date | {{ object.expiration_date|placeholder }} |
| Description | {{ object.description|placeholder }} |