{% extends "MuzichHomeBundle::layout.html.twig" %} {% block title %}{{ group.name }}{% endblock %} {% block mainbox_classes %}mainbox_nopadding{% endblock %} {% block content %}
{% if his_group or group.open %} {{ 'home.add_element'|trans({}, 'navigationui') }} {% endif %}
{% if his_group %} {{ 'group.edit'|trans({}, 'groups') }} {% endif %}

{{ group.name }}

{% if his_group or group.open %} {% endif %}

{% if count_owned != 0 %} {{ 'show.user.elements.count'|trans({ '%count_owned%' : count_owned, '%count_favorited%': count_favorited, '%count_favorited_users%': count_favorited_users }, 'elements') }} {% else %} {{ 'show.user.elements.no_count'|trans({}, 'elements') }} {% endif %}
{% if count_followers > 1 %} {{ 'show.user.followers.x_count'|trans({'%count%':count_followers, '%name%':group.name }, 'elements') }} {% elseif count_followers == 0 %} {{ 'show.user.followers.zero_count'|trans({'%name%':group.name }, 'elements') }} {% else %} {{ 'show.user.followers.one_count'|trans({'%count%':count_followers, '%name%':group.name }, 'elements') }} {% endif %}

{{ group.description }}

{% include "MuzichCoreBundle:Tag:tagsList.show.html.twig" with { 'object_id' : group.id, 'object_type' : 'group' } %}
{% 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 %}