{% extends 'admin/hub/layout.html.twig' %} {% set hub_title = 'Profil' %} {% set hub_breadcrumbs = [ { label: 'Profil' } ] %} {% block title %}Profil — Mercuriale.io{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block hub_content %}

Profil

{{ current_date() }}

{# Row 1 #} {% include 'components/_dashboard_tile.html.twig' with { label: 'Todo', icon: 'fa-list-check', color: 'coral', disabled: true } only %} {% include 'components/_dashboard_tile.html.twig' with { label: 'Ma photo de profil', icon: 'fa-camera', color: 'purple', disabled: true } only %} {% include 'components/_dashboard_tile.html.twig' with { label: 'Mes contacts', icon: 'fa-address-book', color: 'cyan', disabled: true } only %} {# Row 2 #} {% include 'components/_dashboard_tile.html.twig' with { label: 'Mes coordonnees', icon: 'fa-id-card', url: path('app_profil_coordonnees'), color: 'navy' } only %} {% include 'components/_dashboard_tile.html.twig' with { label: 'Mes pourboires', icon: 'fa-coins', color: 'gold', disabled: true } only %} {% include 'components/_dashboard_tile.html.twig' with { label: 'Mon planning', icon: 'fa-calendar-days', color: 'forest', disabled: true } only %}
{# Section basse — liens V2 #}
{% endblock %}