{% extends 'base.html.twig' %} {% block title %}{% endblock %} {% block stylesheets %} {% endblock %} {% block body %}
ID | Titre | Date | Active | Offre | Actions |
---|---|---|---|---|---|
{{user.id}} | {{user.firstname}} {{user.name}} | {{user.createdAt|format_datetime(locale='fr',pattern=" dd MMMM YYYY")|capitalize }} |
{% if user.subscription %}
{% if user.subscription.stripeSubscriptionId != null %}
Premium
{% else %}
Gratuite
{% endif %}
{% endif %}
|
Supprimer |