{{ L.no }} {{ loop.index }}
{{ mark_primary(a, lang) }}
-
{% if a.pub_number %}
- {{ L.pub_no }}
- {{ a.pub_number }} {% endif %} {% if a.app_number %}
- {{ L.app_no }}
- {{ a.app_number }} {% endif %} {% if a.app_date %}
- {{ L.app_date }}
- {{ a.app_date }} {% endif %} {% set translit = a.tr('mark_translit', lang) %} {% set translation = a.tr('mark_translation', lang) %} {% if translit %}
- {{ L.translit }}
- {{ translit }} {% endif %} {% if translation %}
- {{ L.translation }}
- {{ translation }} {% endif %} {% set applicant = a.tr('applicant', lang) %} {% set goods = a.tr('goods_services', lang) %} {% set disc = a.tr('disclaimer', lang) %} {% if lang == 'en' %}{% set entity = a.applicant_entity_en %}{% set nat = a.nationality_en %} {% elif lang == 'fa' %}{% set entity = a.applicant_entity %}{% set nat = a.nationality %} {% else %}{% set entity = a.applicant_entity_en %}{% set nat = a.nationality_en %}{% endif %} {% if a.applicant or a.applicant_en %}
- {{ L.applicant }}
- {% if applicant %}{{ applicant }}{% if entity %} ({{ entity }}){% endif %}{% else %}{{ L.pending }}{% endif %} {% endif %} {% if a.legal_rep %}
- {{ L.rep }}
- {{ a.legal_rep }} {% endif %} {% if a.nationality or a.nationality_en %}
- {{ L.nationality }}
- {% if nat %}{{ nat }}{% else %}{{ L.pending }}{% endif %} {% endif %} {% if a.nice_class %}
- {{ L.class }}
- {{ a.nice_class }} {% endif %} {% if a.goods_services or a.goods_services_en %}
- {{ L.goods }}
- {% if goods %}{{ goods }}{% else %}{{ L.pending }}{% endif %} {% endif %} {% if a.disclaimer or a.disclaimer_en %}
- {{ L.disclaimer }}
- {% if disc %}{{ disc }}{% else %}{{ L.pending }}{% endif %} {% endif %} {% if base_url %}
- {{ L.source }}
- {{ L.download }} {% endif %}