Group bundle

Allow to group people in a group. This group may be a family, an activity group, …

Table of content

Macros

Group sticker

Macro file
ChillGroupBundle:Group:macro.html.twig
Macro name
_render
Macro envelope
group, instance of :class:`Chill\GroupBundle\Entity\CGroup`
When to use this macro ?
When you want to represent group.
Example usage :
{% import 'ChillGroupBundle:Group:macro.html.twig' as m %}

{{ m._render(g) }}