{% extends 'base/base.html' %} {% load staticfiles %} {% block content %} {% if proposal %}

{{user.username}} - You're proposal is currently being reviewed , we aim to get back to you shortly.

{% else %}

{{user.username}} you have no pending proposals.

{% endif %} Back to Home. {% endblock %}