{/if}
Apps are locked to prevent work being lost from overlapping changes
between your team.
{#if lockedByYou && getExpiryDuration(app) > 0}
{processStringSync(
"This lock will expire in {{ duration time 'millisecond' }} from now.",
{
time: getExpiryDuration(app),
}
)}
{/if}