{% extends "MuzichHomeBundle::layout.html.twig" %} {% block title %}{{ group.name }}{% endblock %} {% block content %}
{% if his_group %} {{ 'group.edit'|trans({}, 'groups') }} | {% endif %} {% if following %} {{ 'group.following'|trans({}, 'groups') }} {% else %} {{ 'group.follow'|trans({}, 'groups') }} {% endif %}

{{ group.name }}

{% include "MuzichCoreBundle:Tag:tagsList.show.html.twig" with { 'object_id' : group.id, 'object_type' : 'group' } %} {% if his_group or group.open %} {{ 'group.add_element'|trans({}, 'navigationui') }} >>
{% endif %} {% include "MuzichCoreBundle:SearchElement:default.html.twig" with {'no_group_name' : true} %}
{% if more_count is defined %} {% if elements|length %} {{ 'more'|trans({}, 'userui') }} {% endif %} {% endif %} {% endblock %}