{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
Bucket
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 }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock content %}