{{extend 'layout.html'}} <-- Back to document library

{{=title}}

{{if can_preview is True:}} {{elif is_image is True:}} {{else:}} {{=dl_link}} {{pass}}
Tags: {{=tags}}
Description: {{=description}}
Views: {{=views}}
{{if can_preview is True:}} Embed document with preview (preview works only with these formats - PDF, ODT, FODT, OTT, ODP, FODP, OTP, ODS, FODS, OTS):
<iframe src="{{=URL('static', 'ViewerJS/index.html', host=True) + "#" + source_doc }}" width="{{=iframe_width}}" height="{{=iframe_height}}" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen"></iframe>
{{pass}} Download Link:
{{=URL('media', 'dl_document', args=[document_id], host=True)}}