{% extends '@!BoldrJobs/job-offer.html.twig' %}
{% block body %}
<div class="boldr-section hb-header hb-header-small">
<img class="hb-header-background" src="{{ boldr_cms_get_attachment_url(boldr_site_options_get('default_header_image'), 'hb_header_small') }}" />
</div>
<div class="boldr-section boldr-content boldr-content-alignment-full" style="margin-top: -173.5px;">
<div class="boldr-content-wrapper">
<div class="boldr-section-heading">
<a class="hb-return-link" href="{{ boldr_cms_get_permalink(boldr_site_options_get('job_offers_page')) }}">
<i class="icon-arrow-left"></i>
Terug naar het overzicht
</a>
{% include '@BoldrCms/section-templates/heading.html.twig' with {
heading: jobOffer.title,
subheading: '',
style: 'default'
} %}
<span>
<i class="icon-time"></i>
{{ jobOffer.minHours ~ (jobOffer.minHours != jobOffer.maxHours ? '-' ~ jobOffer.maxHours) }} uur
</span>
</div>
</div>
</div>
<div class="boldr-job-offer">
{{ block('description') }}
{{ block('requirements') }}
<a href="mailto:{{ boldr_site_options_get('job_application_email') }}" class="boldr-jobs-apply boldr-button boldr-button-filled boldr-button-medium">
Solliciteer direct
</a>
</div>
{% endblock %}
{% block head %}
<link rel="stylesheet" href="{{ asset('/bundles/boldrjobs/job-offer.css') }}" />
{% endblock %}