{% extends "FOSUserBundle::layout.html.twig" %} {% import "PackagistWebBundle::macros.html.twig" as macros %} {% block fos_user_content %} {%- if app.user.apiToken %} {{ 'profile.your_api_token'|trans }} {{ 'profile.show_api_token'|trans }} {{ 'profile.api_token_explain'|trans({ '%path_about%':path('about') })|raw }} {%- endif %} {% embed "PackagistWebBundle:Web:list.html.twig" with {noLayout: 'true', showAutoUpdateWarning: true} %} {% block content_title %} {{ 'packages.yours'|trans }} {% endblock %} {% endembed %} {% endblock %}
{{ 'profile.api_token_explain'|trans({ '%path_about%':path('about') })|raw }}