| {{ gettext('Title') }} |
{{ obj.title }} |
| {{ gettext('Abstract') }} |
{{ obj.abstract }} |
| {{ gettext('Subjects') }} |
{{ obj.subjects|join(',') }} |
| {{ gettext('Creator') }} |
{{ obj.creator }} |
| {{ gettext('Contributor') }} |
{{ obj.contributor}} |
| {{ gettext('Publisher') }} |
{{ obj.publisher}} |
| {{ gettext('Modified') }} |
{{ obj.modified }} |
| {{ gettext('Language') }} |
{{ obj.language }} |
| {{ gettext('Format') }} |
{{ obj.format }} |
| {{ gettext('Rights') }} |
{{ obj.rights|join(',') }} |
| {{ gettext('Bounding Box') }} |
{{ [obj.bbox.minx, obj.bbox.miny, obj.bbox.maxx, obj.bbox.maxy]|join(',') }} |