{% extends "proposal/master.html"%} {% block title %}{{ proposal.getLabelValue|escape }} - Home{% endblock %} {% block content %} {% if proposal %}

Thank you for your interest, your request to join proposal {{ proposal.getLabelValue|escape }} has been sent.

{% else %}

No proposal found

Sorry, there is no active proposal at this location. {% endif %} {% endblock %}