{extends "idf/wiki/base.html"} {block docclass}yui-t3{assign $inResourceView=true}{/block} {block body}

{blocktrans}If you delete this documentation resource, it will be removed from the database with all the associated revisions and you will not be able to recover it. Any documentation pages that reference this resource, will no longer be able to render it, but won't be deleted.{/blocktrans}

  {$form.f.confirm|unsafe} {$form.f.confirm.labelTag}
{if $form.f.confirm.errors}{$form.f.confirm.fieldErrors}{/if} | {trans 'Cancel'}

{$resource.summary}

{assign $preview = $rev.renderRaw()} {if $preview == ''} {assign $preview = __('Unable to render preview for this MIME type.')} {/if}

{$preview|unsafe}

{/block} {block context} {assign $submitter = $resource.get_submitter()}

{trans 'Created:'} {$resource.creation_dtime|dateago}
{blocktrans}by {$submitter}{/blocktrans}

{if $rev.creation_dtime != $resource.creation_dtime}

{assign $submitter = $rev.get_submitter()} {trans 'Updated:'} {$rev.creation_dtime|dateago}
{blocktrans}by {$submitter}{/blocktrans}

{/if} {if $revs.count() > 0}

{trans 'Old Revisions'}

{/if} {/block}