You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
2.6 KiB

{% load dict %}
<div class="trademark-search-nice-busy">
<h2>«{{ keyword|title }}» был зарегистрирован в следующих классах <a href="{% url 'trademark:nices-catalog' %}">МКТУ</a></h2>
<ul class="list-unstyled load-more-results" list-type="nices">
{% for nice in nice_busy %}
{% if products_busy|getitem:nice.nice_id|length > 1 %}
<li class="trademark-search-nice-busy-product load-more-result c{{ nice.nice_id }}"><a href="{% url 'trademark:nice-detail' pk=nice.id %}" class="btn btn-xs btn-default" popover="{% if nice.description %}{{ nice.description }}{% else %}{{ nice.title }}{% endif %}" popover-title="{{ nice.title }}" popover-trigger="mouseenter" popover-placement="right">{{ nice.nice_id }} класс</a> <button class="btn btn-xs btn-default trademark-search-show-products" product-id="{{ nice.nice_id }}">{{ products_busy|getitem:nice.nice_id|length }} категорий <span class="caret"> </span></button> {{ nice.title }}</li>
<ul class="trademark-search-nice-busy-products row" style="display: none;" product-id="{{ nice.nice_id }}">{% for product in products_busy|getitem:nice.nice_id %}<li class="col-xs-6">{{ product.title }}</li>{% endfor %}</ul>
{% else %}
<li class="trademark-search-nice-busy-product load-more-result"><a href="{% url 'trademark:nice-detail' pk=nice.id %}" class="btn btn-xs btn-default" popover="{% if nice.description %}{{ nice.description }}{% else %}{{ nice.title }}{% endif %}" popover-title="{{ nice.title }}" popover-trigger="mouseenter" popover-placement="right">{{ nice.nice_id }} класс</a> {% if products_busy|getitem:nice.nice_id|first %} {{ products_busy|getitem:nice.nice_id|first }} {% else %} {{ nice.title }}{% endif %}</li>
{% endif %}
{% endfor %}
<li class="load-more-li">
<button class="btn btn-default load-more">Показать ещё</button> — осталось <span class="load-more-count"></span>
</li>
</ul>
<hr/>
<p>Знак, который вы выбрали, уже используется в этих сферах. Это означает, что существуюет вероятность, что могут отказать в регистрации вашего знака.</p>
<p>Если же вы заинтересованы в регистрации этого товарного знака, мы <a href="/ru/trademarks/poisk-tovarnogo-znaka/">проведем проверку и поиск товарного знака</a> на возможность его регистрации.</p>
</div>