{% extends "jobs/base.html" %} {% block content %} {% load bootstrap3 %}
{% if request.user.is_authenticated and request.user.clientprofile.is_approved %}
{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% else %}

You're not approved just yet. Please contact us.

{% endif %}
{% endblock %}