MisplaceAI
  • Home
  • {% if user.is_authenticated %} {% if user.is_staff %} {# Check if the user is a staff member (admin) #}
  • Admin Dashboard
  • {% endif %}
  • {% csrf_token %}
  • {% else %}
  • Login
  • Register
  • {% endif %}