{% extends "tenant/layouts/base.html" %} {% block title %}{{ 'Edit' if mode == 'edit' else 'New' }} Staff Member{% endblock %} {% block scripts %} {% endblock %} {% block content %}
{{ 'Edit' if mode == 'edit' else 'New' }} Staff Member
{% if error %}
{{ error }}
{% endif %}
{% if mode == 'create' %}
Staff will use this PIN to log in. Show it to them once, then discard it.
{% endif %}

Pay Structure
{% for loc in locations %}
{% endfor %}
{% if mode == 'edit' %}
{% endif %}
Cancel
{% endblock %}