{% extends "Profile/show/layout.html.twig" %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block page %} {% if app.user is not null and app.user == user %} {% if not user.isVerified %} {% include "Profile/confim_email_notification.html.twig" %} {% endif %} {% endif %}
| {{ 'profile.action'|trans({}, 'FOSUserBundle') }} | {{ 'profile.count'|trans({}, 'FOSUserBundle') }} | {{ 'profile.tokens'|trans({}, 'FOSUserBundle') }} |
|---|---|---|
| {{ stat.action }} | {{ stat.count }} | {{ (stat.inputTokens + stat.outputTokens)|number_format }} |
{{ 'profile.trial_upgrade_desc'|trans({}, 'FOSUserBundle') }}
{% else %}{{ 'profile.cancel_info'|trans({}, 'FOSUserBundle') }}
{% endif %}{{ 'profile.subscribe_to_playground'|trans({}, 'FOSUserBundle') }}