Source
{% if src.unavailable_reason %}
This document has a manifest that could not be used, so it is cited by its
local filename. {{ src.unavailable_reason }}
{% endif %}
{% if src.title %}- Title at source
- {{ src.title }}
{% endif %}
{% if src.canonical_uri %}- Canonical URI
- {{ src.canonical_uri }}
{% endif %}
{% if src.source_id %}- Source identifier
{{ src.source_id }} {% endif %}
{% if src.version %}- Source version
- {{ src.version }}
{% endif %}
{% if src.section_path %}- Section
- {{ m.trail(src.section_path) }}
{% endif %}
{% if src.modified_at %}- Modified at source
- {{ src.modified_at }}
{% endif %}
{% if src.snapshot_path %}- Local snapshot
{{ src.snapshot_path }} {% endif %}
{% if src.retrieved_at %}- Snapshot taken
- {{ src.retrieved_at }}
{% endif %}
{% if src.indexed_at %}- Indexed here
- {{ src.indexed_at }}
{% endif %}
{% endif %}