{% extends "core/base.html" %} {% block title %}Assistants - Inventory Management System{% endblock %} {% block page_title %}Business Assistants{% endblock %} {% load custom_filters %} {% block header_actions %} Invite Assistant {% endblock %} {% block content %}
| User | Role | Permissions | Status | Joined | Actions |
|---|---|---|---|---|---|
|
{% if assistant.user %}
{{ assistant.user.get_full_name|default:assistant.user.username|first|upper }}
{% else %}
{% if assistant.user %}
{{ assistant.user.get_full_name|default:assistant.user.username }}
{% else %}
{{ assistant.invited_email }}
{% endif %}
{% if assistant.user %}
{{ assistant.user.email }}
{% else %}
{{ assistant.invited_email }}
Not Registered
{% endif %}
|
{{ assistant.get_role_display }} |
{% if assistant.can_manage_products %}
Products
{% endif %}
{% if assistant.can_view_reports %}
Reports
{% endif %}
{% if assistant.can_manage_users %}
Users
{% endif %}
{% if assistant.can_manage_settings %}
Settings
{% endif %}
|
{% if assistant.is_active %} {% if assistant.invitation_accepted_at %} Active {% elif assistant.invitation_expired %} Expired {% else %} Pending {% endif %} {% else %} Inactive {% endif %} |
{% if assistant.invitation_accepted_at %}
{{ assistant.invitation_accepted_at|date:"M d, Y" }}
{% elif assistant.invitation_sent_at %}
Invited: {{ assistant.invitation_sent_at|date:"M d, Y" }}
{% else %}
N/A
{% endif %}
|
Start by inviting team members to help manage your business.
Invite Your First Assistant