{#snippet jobDetails()}
Company Logo logoFallback(e, data.posting)} src="/uploads/logos/{data.posting?.company.id}.jpg" width="64" />

{data.posting.title}

Company: {data.posting.company.name}

Contact

{data.posting.employer?.fullName} ({data.posting.employer?.username})

{data.posting.employer?.email} {data.posting.employer?.phone}

Details

{#if data.posting.employmentType}

{employmentTypeDisplayName(data.posting.employmentType)}

{/if} {#if data.posting.address} Address: {data.posting.address} {/if} {#if data.posting.wage}

Wage: {data.posting.wage}

{/if} {#if data.posting.createdAt}

Posted: {data.posting.createdAt.toLocaleDateString('en-US', dateFormatOptions)}

{/if} {#if data.posting.link} More information: {data.posting.link} {/if} {#if data.posting.flyerLink} Flyer: {data.posting.flyerLink} {/if}

Job Description

{data.posting.description}

{/snippet}
{#if largeScreen.current} {@render jobDetails()} {/if}
Edit Application
Why do you believe you are the best fit for this role? *

Your account information and résumé (if supplied) will be submitted along with this application. If there is any other information you would like the employer to know, please add it in the box above.

{#if form?.errorMessage}
{form.errorMessage}
{/if}
{#if !largeScreen.current} {@render jobDetails()} {/if}