Files
handbrake-cluster-webui/source/webui/templates/fragments/job-filename-popover.tpl

9 lines
240 B
Smarty

<dl>
<dt>Destination Filename</dt>
<dd>{$job->destinationFilename()|escape:html}</dd>
{if $job->isFinished()}
<dt>File size</dt>
<dd>({$job->outputFilesize()|formatFilesize|escape:html})</dd>
{/if}
</dl>