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

{% endif %} {% endif %} {% endif %} {% endblock %}