{% extends 'partials/base.html.twig' %}
{% block title %}Renvoi d'offres par email{% endblock %}
{% block body %}
<div class="container h-100 d-flex" id="login-page">
<div class="row align-items-center g-lg-5">
<div class="col-lg-7 text-center text-lg-start">
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 266.5 288.7" style="enable-background:new 0 0 266.5 288.7;" xml:space="preserve">
<style type="text/css">
.st0{fill:#e9eef9;}
</style>
<path class="st0" d="M180.5,280.7c-37,0-67.1-30.1-67.1-67.1V78.5h32.7v135.1c0,18.9,15.4,34.4,34.4,34.4V280.7z"/>
<path class="st0" d="M86,209.8H53.2v-79.3c0-18.9-15.4-34.4-34.4-34.4V63.4c37,0,67.1,30.1,67.1,67.1V209.8z"/>
<path class="st0" d="M213.2,210.4h-32.7V75.1c0-37,30.1-67.1,67.1-67.1v32.7c-18.9,0-34.4,15.4-34.4,34.4V210.4z"/>
<path class="st0" d="M85.1,35.6c0,9-7.3,16.4-16.4,16.4s-16.4-7.3-16.4-16.4c0-9,7.3-16.4,16.4-16.4S85.1,26.6,85.1,35.6"/>
<path class="st0" d="M258.8,119.4c0,9-7.3,16.4-16.4,16.4c-9,0-16.4-7.3-16.4-16.4c0-9,7.3-16.4,16.4-16.4
C251.5,103.1,258.8,110.4,258.8,119.4"/>
<path class="st0" d="M135.3,139.5L135.3,139.5l-0.1-32.7H168C168,124.8,153.4,139.5,135.3,139.5"/>
</svg>
<h1 class="display-4 fw-bold lh-1 mb-3">
<strong>MAX</strong>
Espace entreprise
</h1>
<p>Cet espace est dédié aux entreprises. D’ici, vous pouvez déposer une offre d’alternance ou saisir un engagement totalement dématérialisé.</p>
{% for message in app.flashes('warning') %}
<div class="alert " style="border: 1px solid red; color: #ffffff;background-color: red " role="alert">
{{ message }}
</div>
{% endfor %}
{% for message in app.flashes('success') %}
<div class="alert " style="border: 1px solid var(--bs-green); background-color: var(--bs-green); color: #ffffff" >
{{ message }}
</div>
{% endfor %}
</div>
<div class="col-md-10 mx-auto col-lg-5">
<div class="p-4 p-md-5 rounded-3 bg-light">
<div class="d-flex flex-column justify-content-center">
<div class="row">
<div class="col-12">
{{ form_start(form) }}
<fieldset>
<div class="form-group">
{{ form_label(form.company_email) }}
{{ form_widget(form.company_email, {'attr': {'class': 'form-control'}}) }}
</div>
</fieldset>
<div class="mt-5 mb-3">
<button class="btn btn-info" type="submit">Valider ma demande de récupération d'offres</button>
{# {{ form_widget(form.save, {'attr': {'class': 'btn btn-primary', 'label' : 'Valider ma demande de récuperation d\'offres'}}) }}#}
{# }}) }}#}
<a href="{{ path('company') }}" class="btn btn-default"><i class="fas fa-chevron-left"></i> Retour</a>
</div>
{{ form_end(form) }}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{# <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.13.1/css/bootstrap-select.css" />#}
{# <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.bundle.min.js"></script>#}
{# <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.13.1/js/bootstrap-select.min.js"></script>#}
{# <style>#}
{# @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');#}
{# #test-container label:before {#}
{# content: unset;#}
{# }#}
{# .panel-heading {#}
{# padding: 0;#}
{# border:0;#}
{# }#}
{# .panel-title>a, .panel-title>a:active{#}
{# display:block;#}
{# padding-bottom: 15px;#}
{# color:#555;#}
{# font-size:16px;#}
{# font-weight:bold;#}
{# text-decoration:none;#}
{# border-bottom: 1px solid #555;#}
{# margin-top: 15px;#}
{# }#}
{# .panel-heading a:before {#}
{# font-family: 'FontAwesome';#}
{# content: "\f078"; /* fa-chevron-down */#}
{# float: right;#}
{# transition: all 0.5s;#}
{# }#}
{# .panel-heading.active a:before {#}
{# -webkit-transform: rotate(180deg);#}
{# -moz-transform: rotate(180deg);#}
{# transform: rotate(180deg);#}
{# }#}
{# </style>#}
{# <div class="col-12 card">#}
{# <h1>Envoi par email de ma(mes) offre(s)</h1>#}
{# {% for message in app.flashes('success') %}#}
{# <div class="alert alert-success">#}
{# {{ message }}#}
{# </div>#}
{# {% endfor %}#}
{# {% for message in app.flashes('warning') %}#}
{# <div class="alert alert-danger">#}
{# {{ message }}#}
{# </div>#}
{# {% endfor %}#}
{# <div class="row">#}
{# <div class="col-12">#}
{# {{ form_start(form) }}#}
{# <fieldset>#}
{# <div class="form-group">#}
{# {{ form_label(form.company_email) }}#}
{# {{ form_widget(form.company_email, {'attr': {'class': 'form-control'}}) }}#}
{# </div>#}
{# </fieldset>#}
{# <div class="mt-5 mb-3">#}
{# {{ form_widget(form.save, {'attr': {'class': 'btn btn-primary'}}) }}#}
{# <a href="{{ path('company') }}" class="btn btn-default"><i class="fas fa-chevron-left"></i> Retour</a>#}
{# </div>#}
{# {{ form_end(form) }}#}
{# </div>#}
{# </div>#}
{# </div>#}
{# <script>#}
{# $('.panel-collapse').on('show.bs.collapse', function () {#}
{# $(this).siblings('.panel-heading').addClass('active');#}
{# });#}
{# $('.panel-collapse').on('hide.bs.collapse', function () {#}
{# $(this).siblings('.panel-heading').removeClass('active');#}
{# });#}
{# </script>#}
{% endblock %}