%inherit file="/template.html" />
<%namespace name="components" file="/components.html"/>
<%def name="title()">${c.page_instance.label}%def>
<%def name="breadcrumbs()">
${h.instance.breadcrumbs(c.page_instance)|n} ${_("Latest Events")}
%def>
<%block name="headline">
${_("Activity")}
${_("This is a record of all recent actions within this instance.")}
${_("You can also have notifications sent to you.")}
${_("Info...")}
%block>
<%block name="main_content">
%if len(c.events_pager) == 0:
${_("Create a proposal to start debating in %(instance)s.") % dict(instance=c.page_instance.label)}
%else:
${c.events_pager.here()}
%endif
%block>