{% extends 'base.html' %} {% block title %}Login - Support Center{% endblock %} {% block content %}
SC Support Center

Welcome back.

Keep support flowing, track every issue, and stay on top of what matters.

Fast triage for incoming tickets
Clear priorities and status visibility
One place for team updates

Sign in

Use your team credentials to continue.

{% csrf_token %}
{% if form.errors %}
Your username and password didn't match. Please try again.
{% endif %}

Need access? Reach out to your administrator.

{% endblock %}