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

{{ site.getLabelValue|escape }} {{ assembly.getLabelValue|escape }}

{{ assembly.scheduledStart|date }}

{{ assembly.description|escape }}

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

{% if assembly.proposals.count %} {% for consensus in assembly.proposals %} {% endfor %}
Proposal Description
Untested Blocked Agreed {{ consensus.proposal.getLabelValue|escape }} {{ consensus.proposal.description|escape }}
{% else %}

There are no proposals for this assembly at this time.

{% endif %} {% if view.canUpdateAssembly %}
Do you wish to edit this assembly?

{% endif %} {% if view.canDeleteAssembly %}
Do you wish to delete this assembly?

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

{% endif %} {% endblock %}