{% block toolbar %} {% set icon %} Drupal {{ collector.version }} {% endset %} {% set text %} {% spaceless %}
{{ 'Drupal version'|t }} {{ collector.version }}
{{ 'Installed profile'|t }} {{ collector.profile }}
{% if collector.getGitCommit %}
{{ 'Git commit'|t }} {{ collector.getAbbrGitCommit }}
{% endif %}
{{ 'Configure Webprofiler'|t }}
{{ 'View latest reports'|t }}

{{ 'Drupal Documentation'|t }}
{{ 'Get involved!'|t }}
{% endspaceless %} {% endset %} {% if link %} {% set icon %} {{ icon }} {% endset %} {% endif %}
{{ icon|default('') }}
{{ text|default('') }}
{% endblock %} {% block panel %} {% endblock %}