{% for group in records|groupby('country') %}
{{group.grouper}}
|
{{titles.catalognum1}} |
{{titles.image}} |
{{titles.value}} |
{{titles.dateemis}} |
{{titles.material}} |
{{titles.subjectshort}} |
|
{% for record in group.list %}
{{record.catalognum1}} |
 |
{{record.value}} {{record.unit|lower}} |
{{record.dateemis}} |
{{record.material}} |
{{record.subjectshort}} |
View details |
{% endfor %}
|
{% endfor %}
|
|
{% if single_file %}
{% for record in records %}
{% include 'coin_body.htm' %}
{% endfor %}
{% endif %}