{% extends 'base.html.twig' %} {% block title %}Inscription - Mercuriale.io{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}

Creez votre compte

Gerez vos mercuriales et maitrisez votre food cost

{% if errors|length > 0 %}
    {% for error in errors %}
  • {{ error }}
  • {% endfor %}
{% endif %}
{# Step 1: SIRET lookup #}

1 Votre entreprise

Entrez votre SIRET (14 chiffres) ou SIREN (9 chiffres) pour pre-remplir automatiquement.

{# Step 2: Company info (pre-filled or manual) #}

2 Informations entreprise

{# Step 3: User account #}

3 Votre compte

Minimum 8 caracteres

{% set siren_url = path('api_siren_lookup') %} {% endblock %}