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.4 KiB
27 lines
2.4 KiB
{% load dict %}
|
|
<div class="trademark-search-nice-busy">
|
|
<h2>«{{ keyword|title }}» был зарегистрирован в следующих классах</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 }}"><button 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 }} класс</button> <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"><button 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 }} класс</button> {{ products_busy|getitem:nice.nice_id|first }}</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> |