{% extends layout %} {% import "macros.html" as m %} {% block content %}
{{ error }}
{% else %}
{{ call.status }}
{{ call.bytes }} bytes, {{ call.ms }} ms, release {{ call.release }}
{% if call.hits is defined %}, {{ call.hits }} hit(s){% endif %}
{% if call.gap %}, gap {{ call.gap }}{% endif %}
{{ body.scope_statement }}
jurisdictions: {{ body.jurisdictions | join(', ') }} - languages: {{ body.languages | join(', ') }} - snapshot {{ body.freshness.snapshot_date }}, stale from {{ body.freshness.stale_from }}
| Topic | Concepts | Jurisdictions |
|---|---|---|
| {{ topic.title }} {{ topic.topic_id }} | {{ topic.concept_count }} | {{ topic.jurisdictions | join(', ') }} |
| Concept | Aliases | Required context | Jurisdictions |
|---|---|---|---|
| {{ m.concept_link(pack.pack, concept.concept_id) }} {{ concept.label }} |
{{ concept.aliases | join(', ') or '-' }} | {{ concept.required_context | join(', ') or '-' }} | {{ concept.jurisdictions | join(', ') }} |
| Concept | Score | Matched on | Required context |
|---|---|---|---|
| {{ m.concept_link(pack.pack, hit.concept_id) }} {{ hit.label }} |
{{ hit.score }} | {{ hit.matched_on | join(', ') }} | {{ hit.required_context | join(', ') or '-' }} |
| No hit. | |||
status {{ body.status }}, as_of {{ body.as_of }}, scope {{ body.executed_scope }}{% if body.status == 'STALE' %} - snapshot {{ body.freshness.snapshot_date }}, stale from {{ body.freshness.stale_from }}{% endif %}
{% for item in body.results %}{{ m.concept_link(pack.pack, item.concept_id) }} {{ item.status }} {% if item.answering_jurisdiction %}answering as {{ item.answering_jurisdiction }}{% endif %}
{% for gap in item.gaps %}{{ gap.dimension }}: {{ gap.message }}
published values: {{ gap.published_values | join(', ') }}
needs {{ missing.field }}: {{ missing.hint }}
options: {{ (missing.options or []) | join(', ') }}
{{ fact.evidence_ids | join(', ') }}| Evidence | Publisher | URL | Accessed |
|---|---|---|---|
| {{ citation.evidence_id }} | {{ citation.publisher }} | {{ citation.url | shorten(60) }} | {{ citation.accessed_on }} |
{{ item.evidence_id }} - {{ item.publisher }} - {{ item.language }}
- accessed {{ item.accessed_on }}
{{ item.url }}
{{ call.text }}