<%inherit file="/template.html" /> <%namespace name="components" file="/components.html"/> <%namespace name="sidebar_defs" file="/sidebar.html"/> <%def name="title()">${c.category.title} <%def name="breadcrumbs()"> ${h.category.breadcrumbs(c.category)|n} <%block name="headline">

${c.category.title}
%if can.badge.edit_instance(): ${_("edit")} %endif


${h.render(c.category.long_description)|n}

<%block name="main_content"> ${c.proposals_pager.render_pager()} <% auth = check.proposal.create() %>
%if auth: ${_(u"new proposal")} %elif auth.propose_join(): ${_(u"new proposal")} %elif auth.propose_login(): ${_(u"new proposal")} %elif auth.propose_validate_email(): ${_(u"new proposal")} %endif
<%block name="sidebar"> %if c.instance.use_norms: %endif