{% extends "main.html" %} {%load static%} {% block content %}

Edit Staff

{% csrf_token %}
{% if staff.image %} {% else %} {% endif %}
Upload New Picture
{% if staff.active %}

Active

{% else %}

Active

{% endif %} {% if staff.intern %}

Intern

{% else %}

Intern

{% endif %}
{% endblock content %}