{% extends "jobs/base.html" %} {% block content %} {% load bootstrap3 %} {% if request.user.is_authenticated %}
{% csrf_token %} {% bootstrap_form user_form %} {% bootstrap_form profile_form %} {% buttons %} {% endbuttons %}
{% endif %} {% endblock %}