diff --git a/trademark/templates/trademark/nice_block_busy.html b/trademark/templates/trademark/nice_block_busy.html new file mode 100644 index 0000000..5735373 --- /dev/null +++ b/trademark/templates/trademark/nice_block_busy.html @@ -0,0 +1,10 @@ +
{{ tm.title|title }}
- {% for class in tm.nices.all %}{% endfor %} + + {% if tm.nices.count != 44 %} + {% if tm.nices.count > 5 %} + {% for class in tm.nices.all|slice:":4" %} + + {% endfor %} + + + {% else %} + {% for class in tm.nices.all %} + + {% endfor %} + {% endif %} + + {% else %} + Зарегистрирован во всех классах + {% endif %} +Знак, который вы выбрали, пока не зарегистрирован, но кто-то мог подать заявку на регистрацию сходного знака. Это означает, что существуюет вероятность, что вам могут отказать в регистрации вашего знака.
@@ -61,12 +73,12 @@{{ tm.title|title }}
{{ tm.title|title }}