{% extends "base.html" %} {% comment %} # This file is part of k4ever, a point-of-sale system # Contact............ # Website............ http://k4ever.someserver.de/ # Bug tracker........ http://k4ever.someserver.de/report # # Licensed under GNU Affero General Public License v3 or later {% endcomment %} {# load url from future #} {% block extrastyle %} {% if LANGUAGE_BIDI %}{% endif %} {% endblock %} {% block extrahead %} {% block blockbots %}{% endblock %} {% endblock %} {% load i18n %} {%block bodyargs%} class="{% if is_popup %}popup {% endif %}{% block bodyclass %}{% endblock %}"{%endblock bodyargs%} {%block "content" %}
{% if not is_popup %} {% comment %} {% endcomment %} {% block breadcrumbs %}{% endblock %} {% endif %} {% if messages %} {% endif %}
{% block pretitle %}{% endblock %} {% block content_title %}{% if title %}

{{ title }}

{% endif %}{% endblock %} {% block content %} {% block object-tools %}{% endblock %} {{ content }} {% endblock %} {% block sidebar %}{% endblock %}
{% block footer %}{% endblock %}
{%endblock %}