{#if detailed}
{#if runnable}
{defaultIfEmptyString(runnable.summary, runnable.path ?? '')}
{#if !emptyString(runnable.summary)}
{runnable.path}
{/if}
{#if runnable}
Edited by {runnable.created_by ||
'unknown'}
{/if}
{truncateHash(runnable?.hash ?? '')}
{#if runnable?.is_template}
Template
{/if}
{#if runnable && runnable.kind !== 'runnable'}
{runnable?.kind}
{/if}
{:else}
Loading...
{/if}
{/if}
{#if topButton}
{/if}
{#if runnable?.schema}
{#if !runnable.schema.properties || Object.keys(runnable.schema.properties).length === 0}
No arguments
{:else}
{#key reloadArgs}
{/key}
{/if}
{:else}
No arguments
{/if}
{#if schedulable}
{#if overrideTag}
tag override: {overrideTag}
{/if}
{#if invisible_to_owner}
Job will be invisible to owner
{/if}
{:else if !topButton}
{/if}