{% extends "base.html" %} {% block title %}Edit Application · IP TM Manager{% endblock %} {% block body %}

Edit Application

Review extracted data and the target-language translation, then mark verified. Source: {{ a.source_pdf_name }}

Publication & Application

{% if a.pub_date_raw %}Jalali: {{ a.pub_date_raw }}{% endif %}
{% if a.app_date_raw %}Jalali: {{ a.app_date_raw }}{% endif %}

Mark

{% for t in a.transliterations %} {{ t.value }} {{ t.kind }} {% if t.is_primary %}★primary{% endif %} {% else %}No variants yet.{% endfor %}
{% for t in a.transliterations %} {% if not t.is_primary %} {% endif %} {% endfor %}

Applicant

Goods / Services

Disclaimer

Cancel
{% for t in a.transliterations %}
{% endfor %}
{% if a.mark_image_path %}
mark
{% else %}
No image detected.
{% endif %}
{{ a.opposition_deadline or '—' }}
{% endblock %}