{% extends "base.html" %} {% block title %}Profile & Settings | TrustForge{% endblock %} {% block meta_description %}Manage your TrustForge profile, workspace memberships, and account settings.{% endblock %} {% block content %} Profile settings Your account identity Update your login profile and review which TrustForge workspaces you belong to. {% if current_membership and current_membership.can_manage_workspace %} Workspace settings {% elif not current_membership %} Create workspace {% endif %} Account details {% csrf_token %} First name {{ form.first_name }} Last name {{ form.last_name }} Email {{ form.email }} This email is also your login and password reset destination. Save profile Workspace access {% for membership in memberships %} {{ membership.business.name }} {{ membership.business.primary_city }}, {{ membership.business.primary_state }} {{ membership.get_role_display }} {% if current_membership and membership.business_id == current_membership.business_id %} Current workspace {% endif %} {% empty %} No workspace yet Create your first business workspace to turn TrustForge into a real tenant-scoped SaaS account. Create workspace {% endfor %} {% endblock %}
Update your login profile and review which TrustForge workspaces you belong to.
Create your first business workspace to turn TrustForge into a real tenant-scoped SaaS account.