{% extends "base.html" %} {% block title %}Account{% endblock %} {% block content %}
| Tier | {{ license.tier_label }} |
| Key | {{ license.key }} |
| Seats | {{ license.seats }} |
| Activated | {{ license.activated_at }} |
| Expires | {{ license.expires_at }} |
| Status | EXPIRED |
{{ opt.description }}
SubscribeProgress: {{ onboard_state.steps_completed | length }}/8 steps
{% if onboard_state.started_at %}Started: {{ onboard_state.started_at }}
{% endif %}| Step | Name | Status |
|---|---|---|
| {{ step.number }} | {{ step.name }} | {% if step.number in onboard_state.steps_completed %} Complete {% else %} Pending {% endif %} |
| Node | {{ identity.alias }} ({{ identity.public_id[:16] }}...) |
| Chain Length | {{ chain_length }} |
| Chain Integrity | {% if chain_intact %} Intact {% else %} Broken {% endif %} |
No identity configured. Run charter init to get started.