{% load i18n %} Kasu - {% block title %}{{ current_page.menu_name|default:current_top_page.menu_name|default:"traditionelle asiatische Spielkultur"}}{% endblock %} {% block opengraph %} {% endblock %} {% block extra_head %}{% endblock %}
{% block teaser %}

{% if title %}{{title}}{% elif current_page %}{{ current_page.title }}{% elif current_top_page %}{{current_top_page.title }}{% endif %}

{% endblock %}
{% block navigation %}{% if current_top_page.subpages.count %} {% endif %}{% endblock %} {% block messages %}{% if messages %} {% endif %}{% endblock %} {% block maincontent %}
{% block content %}{% endblock %}
{% endblock %} {% block paginator %} {% if page_obj.has_other_pages %}{% include 'paginator.html' %}{% endif %} {% endblock %} {% block comments %}{% endblock %}

{% block buttonbar %} {% if current_page and perms.content.add_page %} {% trans "Add Subpage" %} {% endif %} {% if current_page and perms.content.change_page %} {% trans "Edit Page" %} {% endif %} {% block additional_buttonbar %}{% endblock %} {% endblock %}