{% extends "MuzichMynetworkBundle::layout.html.twig" %} {% block title %}Mon réseau{% endblock %} {% block content %} {{ 'search.search'|trans({}, 'network') }} {% if followeds_users %} {{ 'users'|trans({}, 'network') }} {% endif %} {% if followeds_groups %} {{ 'groups'|trans({}, 'network') }} {% endif %} {% if followers_users %} {{ 'followed_by'|trans({}, 'network') }} {% endif %} {% endblock %}