{% extends "Includes/layout_ats.html.twig" %} {% block title %}Daf ATS{% endblock %} {% block pageheader %}OFFERS ATS{% endblock %} {% block body %}
{{ include('Includes/aside_ats.html.twig') }}
{% if not isProfileComplete and not isAdvertiserPending %}
{{ 'Your profile is not complete'|trans }} {{ 'Please complete your company profile'|trans }}
{% elseif isAdvertiserPending and advertiserPending.status == "pending" %}
{{ 'Your profile is waiting for validation'|trans }}
{% elseif isAdvertiserPending and advertiserPending.status == "reported" %}
{{ 'Your profile was reported !'|trans }} {{ 'Please update your company profile'|trans }}
{% endif %}
{# {% if not is_granted('ROLE_SAAS') %}#} {# {{ 'Offers'|trans }} |#} {#
{{ dafInstance.nameInstance }}#} {#
#} {# {% if dafInstance.active == 0 %}#} {# #} {# {{ 'inactive'|trans }}#} {# #} {# {% endif %}#} {# {% endif %}#}
{{ 'Create an offer'|trans }}
{{ 'Offers'|trans }}
{{ 'Total offers'|trans }} <% totalOffers %>
{#
#} {# {{ 'Category'|trans }}#} {#
#}
{{ 'Offer location'|trans }}
{{ 'Contract type'|trans }}
<% checkedOffers.length %> {{ 'selected'|trans }}
{{ 'reset'|trans }}
{{ 'Delete'|trans }}
{{ 'New offer'|trans }}
{{ 'You cannot create more offers (20 max)'|trans }}
1
{{ 'Offer informations'|trans }}
2
{{ 'Offer location'|trans }}
<% city.value %>
3
{{ 'Offer description'|trans }}
  • <% err %>

<% errorCreate.message %>

{{ 'Modify offer'|trans }}
1
{{ 'Offer informations'|trans }}
2
{{ 'Offer location'|trans }}
2
{{ 'Offer description'|trans }}
  • <% err %>

<% errorModify.message %>

MODERATIONS
{% endblock %}