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

{{ site.getLabelValue|escape }}

{{ site.scheduledStart|escape }}

{{ site.description|escape }}

Assemblies {% if view.canCreateAssembly %} (add ») {% endif %}

{% if site.assemblies.count %} {% include "snippets/assembliestable.html" %} {% else %}

There are no assemblies for this site at this time.

{% endif %}

Proposals {% if view.canCreateProposal %} (add ») {% endif %}

{% if site.proposals.count %} {% include "snippets/proposalstable.html" %} {% else %}

There are no proposals for this site 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 %}