{#if $state.includes("saving")}
Saving...
{:else if $state.includes("trashing")}
(◞‸◟)
{:else if $state.includes("updating")}
Updating code, cancel request
{:else if remote}
Code was remotely fetched, check carefully before saving!
{:else if temp}
Ready for code!
{:else}
Last modified: {lastModified}
{/if}