|
|
|
@ -28,7 +28,15 @@ |
|
|
|
<a href="/{{request.LANGUAGE_CODE}}/"> |
|
|
|
<a href="/{{request.LANGUAGE_CODE}}/"> |
|
|
|
<img src="{% with 'imgs/logo_'|add:request.LANGUAGE_CODE|add:'.svg' as image_static %}{% static image_static %}{% endwith %}"> |
|
|
|
<img src="{% with 'imgs/logo_'|add:request.LANGUAGE_CODE|add:'.svg' as image_static %}{% static image_static %}{% endwith %}"> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
<h2 class="slogan">{% trans 'Intellectual Property Protection' %}</h2> |
|
|
|
|
|
|
|
|
|
|
|
{% if request.current_page.parent %} |
|
|
|
|
|
|
|
{% static_placeholder 'header-slogan-main-'|add:request.current_page.parent.reverse_id %} |
|
|
|
|
|
|
|
{% elif request.current_page.reverse_id %} |
|
|
|
|
|
|
|
{% static_placeholder 'header-slogan-main-'|add:request.current_page.reverse_id %} |
|
|
|
|
|
|
|
{% else %} |
|
|
|
|
|
|
|
<h2>{% trans 'Intellectual Property Protection' %}</h2> |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="header-content"> |
|
|
|
<div class="header-content"> |
|
|
|
{% if request.current_page.parent %} |
|
|
|
{% if request.current_page.parent %} |
|
|
|
|