{% extends "base.html" %} {% block content %}
{% csrf_token %}
Person {{ person_form }}
Leave blank if missing {{ address_form }}
Employee at Empty job means that this is no employee {{ employee_form }}
{% endblock %}