|
|
|
@ -8,11 +8,12 @@ |
|
|
|
|
|
|
|
|
|
|
|
{% if identity.count > 0 %} |
|
|
|
{% if identity.count > 0 %} |
|
|
|
<h1>Товарный знак «{{ keyword.request|title }}» зарегистрирован <nobr>{% if nice_busy.count == 45 %}во всех{% else %}в {{ nice_busy.count }}{% endif %} классах</nobr> товаров и услуг</h1> |
|
|
|
<h1>Товарный знак «{{ keyword.request|title }}» зарегистрирован <nobr>{% if nice_busy.count == 45 %}во всех{% else %}в {{ nice_busy.count }}{% endif %} классах</nobr> товаров и услуг</h1> |
|
|
|
<h2>{% if nice_busy.count == 45 %}Знак нельзя использовать на территории России{% endif %}</h2> |
|
|
|
<h2>{% if nice_busy.count == 45 %}Скорее всего, вы не можете зарегистрировать этот знак{% endif %}</h2> |
|
|
|
|
|
|
|
|
|
|
|
<ul class="trademark-search-results list-inline list-unstyled"> |
|
|
|
<ul class="trademark-search-results list-inline list-unstyled"> |
|
|
|
{% for tm in identity %} |
|
|
|
{% for tm in identity %} |
|
|
|
<li class="trademark-search-result-identity trademark-search-result" trademark-id='{{ tm.id }}'> |
|
|
|
<li class="trademark-search-result-identity trademark-search-result" trademark-id='{{ tm.id }}'> |
|
|
|
|
|
|
|
<a href='/ru/trademarks/online-search/trademark/{{ tm.id }}/'> |
|
|
|
<div class='trademark-search-result-image' style="background-image: url({{ tm.image_url }});"> |
|
|
|
<div class='trademark-search-result-image' style="background-image: url({{ tm.image_url }});"> |
|
|
|
{% if not tm.image_url %} |
|
|
|
{% if not tm.image_url %} |
|
|
|
<h4>{{ tm.title|title }}</h4> |
|
|
|
<h4>{{ tm.title|title }}</h4> |
|
|
|
@ -29,14 +30,14 @@ |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
{% else %} |
|
|
|
{% else %} |
|
|
|
<span>{% for class in tm.nices.all %} |
|
|
|
<span>{% for class in tm.nices.all %} |
|
|
|
<button class="btn btn-xs btn-default trademark-search-nice-button" ng-show="true" popover="{{class.description}}" popover-title="{{class.title}}" popover-trigger="mouseenter" popover-placement="bottom" class="btn btn-xs btn-default">{{ class.nice_id }}</button> |
|
|
|
<button class="btn btn-xs btn-default trademark-search-nice-button" ng-show="true" popover="{{class.description}}" popover-title="{{class.title}}" popover-trigger="mouseenter" popover-placement="bottom" class="btn btn-xs btn-default">{{ class.nice_id }}</button></span> |
|
|
|
{% endfor %} |
|
|
|
{% endfor %} |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
{% else %} |
|
|
|
{% else %} |
|
|
|
<span>Зарегистрирован во всех классах</span> |
|
|
|
<span>Зарегистрирован во всех классах</span> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
</a> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
{% endfor %} |
|
|
|
{% endfor %} |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
|