{% extends "FOSUserBundle::layout.html.twig" %} {% import "PackagistWebBundle::macros.html.twig" as macros %} {% block fos_user_content %}
{%- if app.user.apiToken %}

Your API Token

You can use your API token to interact with the Packagist API, see details in the docs.


{%- endif %} {% embed "PackagistWebBundle:Web:list.html.twig" with {noLayout: 'true', showAutoUpdateWarning: true} %} {% block content_title %}

Your packages

{% endblock %} {% endembed %}
{% endblock %}