ID |
{{ object.id }} |
Filer |
{{ object.filer }} |
Classification |
{{ object.classification }} |
Start |
{{ object.coverage_start_date }} |
End |
{{ object.coverage_end_date }} |
Recipient |
{{ object.recipient }} |
Identifiers |
{% for obj in object.identifiers.all %}
{{ obj }}{% if not forloop.last %},{% endif %}
{% endfor %}
|
Sources |
{% for obj in object.sources.all %}
{{ forloop.counter }}{% if not forloop.last %},{% endif %}
{% endfor %}
|
CAL-ACCESS Filing ID |
{{ object.calaccess_filing_id.identifier }} |
CAL-ACCESS Amend ID |
{{ object.calaccess_amend_id }} |
CAL-ACCESS URL |
{{ object.calaccess_filing_url|urlize }} |