{% extends "base.html" %} {% from "partials/_inventory_states.html" import error_state %} {% block title %}{{ detail.canonical_id if detail else model_ref }} · FreeWeight{% endblock %} {% block content %}
{% if error %}{{ detail.canonical_id }}Resolved from {{ detail.resolved_alias }} through the provider; this alias has been recorded.
{{ detail.provider_model_name }}{{ detail.artifact_digest or "—" }}| Alias | Resolved |
|---|---|
{{ entry.alias }} | {{ entry.resolved_at }} |
No descriptor has been recorded for this identity yet.
{% endif %} {% if detail.descriptor_history | length > 1 %}| Observed | Hash |
|---|---|
| {{ row.observed_at | timestamp }} | {{ row.descriptor_hash[:12] }} |