{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
Name | {{ object.name|linkify|placeholder }} |
---|---|
Type | {{ object.type }} |
Contact | {{ object.contact|linkify|placeholder }} |
Size | {{ object.size }} |
S3Cluster | {{ object.cluster|linkify|placeholder }} |
Description | {{ object.description|placeholder }} |