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

Whoa, there!

{% endif %}
{% endblock %}