FastOpp Base Assets

🔒 Protected Content

Welcome, {{ user.email }}! You have successfully accessed the protected area.

User Information

Email: {{ user.email }}
Staff Status: {{ "Yes" if user.is_staff else "No" }}
Superuser: {{ "Yes" if user.is_superuser else "No" }}
Active: {{ "Yes" if user.is_active else "No" }}

What You Can Do

  • ✓ Access protected content
  • ✓ View your user profile
  • ✓ Access admin panel
  • ✓ Manage system resources

This is a demonstration of protected content in the base_assets application.