1 {% load pipeline i18n %}
5 <head lang="{{ LANGUAGE_CODE }}">
6 <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
7 {% stylesheet 'catalogue' %}
8 <title>{% block title %}{% trans "Platforma Redakcyjna" %} ::
9 {% block titleextra %}{% endblock %}{% endblock title %}</title>
10 {% block add_css %}{% endblock %}
13 <!--#include file='/pozor.html'-->
16 <a href="{% url 'catalogue_document_list' %}">
17 <img id="logo" src="{{ STATIC_URL }}img/wl-orange.png" alt="Platforma" />
20 <div id="tabs-nav-left">
25 {% include "registration/head_login.html" %}
28 <div class='clr' ></div>
34 <div id="catalogue_layout_left_column">
35 {% block leftcolumn %}
36 {% endblock leftcolumn %}
38 <div id="catalogue_layout_right_column">
39 {% block rightcolumn %}
40 {% endblock rightcolumn %}
42 {% endblock content %}
47 <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
48 {% javascript 'catalogue' %}
49 {% block add_js %}{% endblock %}