{% extends "generic/object.html" %} {% load render_table from django_tables2 %} {% load plugins %} {% block content %}
Name | {{ object }} |
---|---|
Description | {{ object.description }} |
Filename | {{ object.filename }} |
Size | {{ object.size|filesizeformat }} |
Parent | {{ object.parent|linkify }} |
Created | {{ object.created }} |
Updated | {{ object.last_updated }} |