{% extends "admin/base_site.html" %} {% load i18n static %} {% block bodyclass %}{{ block.super }} login tc-login-page{% endblock %} {% block nav-global %}{% endblock %} {% block breadcrumbs %}{% endblock %} {% block content_title %}{% endblock %} {% block content %}

Local-first operations

tcx Control Plane

Sign in to manage research memory, policy, MCP tools, approvals, paper portfolio state, and audit history.

{% if form.errors and not form.non_field_errors %}

{% blocktranslate count counter=form.errors.items|length %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktranslate %}

{% endif %} {% if form.non_field_errors %} {% for error in form.non_field_errors %}

{{ error }}

{% endfor %} {% endif %}
{% csrf_token %}
{{ form.username.errors }} {{ form.username.label_tag }} {{ form.username }}
{{ form.password.errors }} {{ form.password.label_tag }} {{ form.password }}
{% url 'admin_password_reset' as password_reset_url %} {% if password_reset_url %} {% endif %}
{% endblock %}