{% extends "site/master.html"%} {% block title %}{{ site.getLabelValue|escape }}{% endblock %} {% block content %}

{{ site.getLabelValue|escape }}

{{ site.description|escape }}

Upcoming assemblies (see all »)

{% if assembliesCount %} {% include "snippets/assembliestable.html" %} {% else %}

There are no upcoming assemblies at this time.

{% endif %}

Consensuses (all proposals »)

The following proposals have reached consensus. {% if proposalsCount %} {% include "snippets/proposalstable.html" %} {% else %}

There are no proposals that have reached consensus at this time.

{% endif %} {% if view.canDeleteSite %}
Do you wish to delete this site?

{% endif %} {% if view.canJoinSite %} Do you wish to request membership of this site?

{% endif %} {% endblock %}