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.
 
 
 
 
 
 

57 lines
2.3 KiB

{% load cms_tags staticfiles sekizai_tags menu_tags i18n %}
{% load pipeline %}
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>{% block title %}Zuykov and partners{% endblock title %}</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
{% stylesheet 'main' %}
{% javascript 'vendor' %}
{% javascript 'main' %}
{% render_block "css" %}
</head>
<body>
{% cms_toolbar %}
<div class="container">
<div class="wrapper">
<div class="header-logo">
<a href="/">
<img src="
{% with 'imgs/logo_'|add:request.LANGUAGE_CODE|add:'.svg' as image_static %}
{% static image_static %}
{% endwith %}
">
</a>
<h5 class="slogan">{% trans 'Protection of intellectual property' %}</h5>
</div>
<div class="header-contacts">
<ul class="list-unstyled list-inline">
<li>{% language_chooser 'language_chooser.html' %}</li>
<li><a href="{% page_url "about" %}">{% page_attribute "page_title" "about" %}</a></li>
</ul>
<p class="city">{% trans 'London' %}</p>
<div class="consultation">
<h5>{% trans 'Free Consultation' %} </h5>
<h3>+7 800 700-16-37</h3>
<button type="button" class="btn btn-default btn-xs">{% trans 'Callback' %}</button>
<div class="email">
<a href="mailto:info@zuykov.{% if current_language == "ru" %}ru{% else %}com{% endif %}">info@zuykov.{% if current_language == "ru" %}ru{% else %}com{% endif %}</a>
</div>
</div>
</div>
</div>
<h4 class="menu-header">{% trans 'Our Services' %}</h4>
<div class="background-line-pattern"></div>
<ul class="list-unstyled list-inline menu">
{% show_menu 0 1 100 100 "menu.html" %}
</ul>
{% block content %}{% endblock content %}
</div>
{% render_block "js" %}
</body>
</html>