<%inherit file="/template.html" /> <%namespace name="components" file="/components.html"/> <%def name="title()">${c.tag.name} <%def name="breadcrumbs()"> ${h.tag.breadcrumbs(c.tag)|n} <%block name="headline">
%if can.proposal.create(): ${_("new proposal")} %endif %if can.norm.create(): ${_("new norm")} %endif ${components.watch(c.tag)}

${c.tag.name}

<%block name="sidebar"> %if len(c.cloud_tags): %endif <%block name="main_content">
${c.entities_pager.here()}

%if can.proposal.create(): ${_("new proposal")} %endif %if can.norm.create(): ${_("new norm")} %endif