Details
New or updated trademarks
{% for archive in report.archives %}
{% for archive_name, details in archive.items() %}
{% if details.marks > 0 %}
{{ archive_name }}
- {{ "{:,.0f}".format(details.marks) }} TM documents found
- {{ "{:,.0f}".format(details.images) }} TM images found
{% endif %}
{% endfor %}
{% endfor %}
{% if deletions is not none %}
To be deleted trademarks
{% for deletion in deletions|sort(attribute='fname') %}
- {{ deletion.fname }}
{% endfor %}
{% endif %}