%inherit file="/template.html" />
<%namespace name="components" file="/components.html"/>
<%def name="title()">${_("Home")}%def>
<%def name="breadcrumbs()">
${h.instance.breadcrumbs(c.page_instance)|n} ${_("Home")}
%def>
${tiles.instance.header(c.page_instance, active='rules')}
${c.tile.description|n}
${_("Newest Proposals")}
${c.new_proposals_pager.here()}
${_("Popular Proposals")}
${c.top_proposals_pager.here()}
${_("Help")}
${_("Help topics:")}
- ${h.help_link(_("General intro"), "about")|n} ${_("on Liquid Democracy")}
- ${h.help_link(_("Proposals"), "proposal_faq")|n} ${_("(ideas for debate)")}
- ${h.help_link(_("Tags"), "tag_faq")|n} ${_("(keywords)")}
%if c.page_instance.allow_delegate:
- ${h.help_link(_("Delegation"), "delegation_faq")|n} ${_("of voting rights")}
%endif
- ${h.help_link(_("Notifications"), "notification_faq")|n} ${_("via E-Mail or Twitter")}
- ${h.help_link(_("Guide: Signing up"), 'login_text')|n}
- ${h.help_link(_("Guide: Creating proposals"), 'edit_text')|n}
- ${h.help_link(_("Guide: Developing proposals"), 'proposal_text')|n}
- ${h.help_link(_("Other help"), "help")|n}
${_("By the numbers")}
${_("%s has:") % c.page_instance.label}
- ${_("%s community members") % c.stats.get('members')|n}
- ${_("%s proposals") % c.stats.get('proposals')|n}
- ${_("%s comments") % c.stats.get('comments')|n}