%namespace name="model" module="adhocracy.model" /><%namespace name="components" file="/components.html" /><%namespace name="navigation" file="/navigation.html" /><%namespace name="debug" file="/debug/tiles.html" /><%def name="breadcrumbs()"> %def><%def name="title()">%def>
<%block name="head"> ${components.head(self.title)} %block> %if h.config.get('adhocracy.debug.sql'): ${debug.styles()} %endif %if h.overlay_link(): %endif %if h.config.get_bool(u'adhocracy.readonly'): <% msg = h.config.get(u'adhocracy.readonly.message') if msg == u'__default__': # translation happens twice in this case, but there should be no problem msg = _(u'This installation of adhocracy has been frozen. You can look at all content but editing is disabled.') %> %if msg: ${_(msg)} %endif %endif %if c.user and c.user.welcome_code: %endif %if c.user is None: %elif c.instance and can.instance.join(c.instance): %elif c.instance and c.instance.require_valid_email and c.user and not c.user.is_email_activated(): %endif %if c.instance and c.instance.frozen: %endif