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

Search proposals

{% if isResultsRequest %} {% if objectCount %} {% ifequal objectCount 1 %}

One proposal was found.

{% else %}

There were {{ objectCount }} proposals found.

{% endifequal %} {% else %} {% if userQuery %}

Sorry, no proposal was found in that search.

{% else %}

Sorry, no proposal was found under this letter.

{% endif %} {% endif %} {% else %}

Please search for registered proposals below.

{% endif %} {% include "snippets/proposalsindex.html" %} {% include "snippets/proposalssearchform.html" %} {% if showRegisterTable %}
{% include "snippets/proposalstable.html" %} {% endif %} {% endblock %}