{% extends "base.html" %} {% block title %}{{ a.primary_translit or a.mark_text or 'Application' }} · Archive{% endblock %} {% block body %}

{{ a.primary_translit or a.mark_text or 'Application' }}

{% if a.verified %}verified{% else %}draft{% endif %}   Publication {{ a.pub_date or '—' }}  ·  Opposition deadline {{ a.opposition_deadline or '—' }}

Edit Issue

Mark

Farsi
{{ a.mark_text or '—' }}
Transliteration
{{ a.primary_translit or '—' }}
Translation
{{ a.mark_translation or '—' }}
Variants
{% for t in a.transliterations %}{{ t.value }}{% if t.is_primary %} ★{% endif %}{% else %}—{% endfor %}

Applicant

Name
{{ a.applicant_en or a.applicant or '—' }}{% if a.applicant_en and a.applicant %}
{{ a.applicant }}{% endif %}
Type
{{ a.applicant_type or '—' }}{% if a.applicant_entity_en %} ({{ a.applicant_entity_en }}){% endif %}
Reg. no.
{{ a.applicant_reg_no or '—' }}
Nationality
{{ a.nationality_en or a.nationality or '—' }}
Representative
{{ a.legal_rep or '—' }}

Filing

Publication no.
{{ a.pub_number or '—' }}
Application no.
{{ a.app_number or '—' }}
Filing date
{{ a.app_date or '—' }}
Class(es)
{{ a.nice_class or '—' }}

Goods / Services

{% if a.goods_services_en %}

{{ a.goods_services_en }}

{% endif %} {% if a.goods_services %}

{{ a.goods_services }}

{% endif %} {% if not a.goods_services_en and not a.goods_services %}

{% endif %} {% if a.disclaimer or a.disclaimer_en %}

Disclaimer

{{ a.disclaimer_en or a.disclaimer }}

{% endif %}
{% if a.mark_image_path %}
mark
{% else %}
No image.
{% endif %} Download source PDF
{% endblock %}