{% extends "admin/layout.html" %} {% block title %}{% if staff %}Edit Staff{% else %}Add Staff{% endif %} - Admin{% endblock %} {% block content %}

{% if staff %}Edit Staff Member{% else %}Add New Staff{% endif %}

{% if staff %}Update staff member details{% else %}Create a new staff account{% endif %}

← Back to Staff List
Select a product category to assign this admin to that category. Leave blank for superadmin.
{% if not staff %}
{% endif %}
Cancel
{% if staff %}

Reset Password

{% endif %} {% endblock %} {% if staff %} {% block extra_js %} {% endblock %} {% endif %}