{% extends "proposal/master.html"%} {% block title %}Proposals{% endblock %} {% block content %}

{{ site.getLabelValue|escape }} Proposals {% if view.canCreateProposal %} (add ») {% endif %}

There are {{ site.proposals.count }} registered proposals.

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

Search proposals

{% include "snippets/proposalssearchform.html" %} {% endblock %}