{% extends 'client_activate/layout.html.twig' %}
{% block body %}
<div id="container-subscription">
<div id="banner">
<img src="{{ asset('build/img/macarteetmoi.png') }}"></img>
<img class="hide-for-small-only" src="{{ asset('build/img/macarteetmoi.png') }}"></img>
</div>
<div class="row" id="subscription-validated-content">
<h2>Accéder à <strong>mon compte</strong></h2>
<hr>
<p>Votre inscription a bien été prise en compte sous le N°client: <strong>{{ code_carte }}</strong></p>
<div class="container-fluid registration-validated">
<div class="row">
<div class="large-4 columns">
<div class="mtl small-mbl text-center">
<img src="{{ asset('build/img/smartphone-wallet.png') }}" /><br>
<a href="{{url_wallet}}" class="btn btn-default btnColor_1 ralewayBold mtl">
{{ 'activation.voirWallet' |trans }}
</a>
</div>
</div>
<div class="large-6 columns">
<div class="mtl small-mbl text-center">
<img src="{{ asset('build/img/ordinateur-portail.png') }}" /><br>
<a href="{{path('home_login')}}" class="btn btn-default btnColor_1 ralewayBold mtl">
{{ 'activation.voirCompte' |trans }}
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{% endblock %}