ID |
{{ object.id }} |
Parent |
{{ object.parent }} |
Type |
{{ object.committee_type }} |
Ballot measures |
{% for obj in object.ballot_measure_options_supported.all %}
{{ obj }}{% if not forloop.last %},{% endif %}
{% endfor %}
|
Other names |
{% for obj in object.other_names.all %}
{{ obj }}{% if not forloop.last %},{% endif %}
{% endfor %}
|
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 Filer ID |
{{ object.calaccess_filer_id.identifier }} |
CAL-ACCESS URL |
{{ object.calaccess_filer_url|urlize }} |