{{#unless hasRevisions}}

No revisions made

{{else}}
{{ui-select tagName="span" class="revision-picker" content=revisions action=(action "onSelectRevision") optionValuePath="id" optionLabelPath="label"}}
{{#if hasDiff}}
{{{diff}}}
{{/if}}
{{#if canRollback}}
Restore to this version
{{/if}} {{/unless}}