<%inherit file="/template.html" /> <%namespace name="components" file="/components.html"/> <%def name="title()">${c.title} <%def name="breadcrumbs()"> <%block name="main">
%if c.body is not None: ${c.body | n} %endif
%if c.instances:
%endif %if c.stats_global:
${_("%s members") % c.stats_global.get('members')|n} · ${_("%s proposals") % c.stats_global.get('proposals')|n} · ${_("%s comments") % c.stats_global.get('comments')|n} · ${_("%s votes") % c.stats_global.get('votes')|n}
%endif ## FIXME: Add line that scrolls through last events