{% extends "webpage/base.html" %} {% load static %} {% load django_tables2 %} {% load browsing_extras %} {% load charts_extras %} {% load i18n %} {% load crispy_forms_field %} {% load crispy_forms_tags %} {% block title %} Browse {{ class_name }} {% endblock %} {% block scriptHeader %} {% endblock %} {% block content %}

Browse {% class_definition %} {% block list_title %}{% endblock %}

{% if get_arche_dump %} Dump as RDF {% endif %} {% if user.is_authenticated %} {% if create_view_link %} Create new {{class_name}} {% endif %} {% endif %} {% block customView %}{% endblock %} {% block create_button %}{% endblock %} {% load django_tables2 crispy_forms_tags %}
{% if togglable_colums %} Select additional columns {% column_selector %} {% endif %}
{% crispy filter.form filter.form.helper %}
{% block reset_button %} Reset search {% if vis_list %}
{% endif %} {% if vis_list %} {% if data %}

{{ data.title }}

{{ data.items }}

{{data}}

{% if error %}

{{ error_msg|safe }}

{% endif %}
{% endif %} {% endif %} {% endblock %}
{% with table.paginator.count as total %} Result: {{ total }} items {% if conf_items %} {% endif %} {% endwith %} {% block table %} {% if enable_merge and user.is_authenticated %}
{% csrf_token %} {% endif %} {% block table.thead %} {% if table.show_header %} {% for column in table.columns %} {% if column.orderable %} {% else %} {% endif %} {% endfor %} {% endif %} {% endblock table.thead %} {% block table.tbody %} {% for row in table.page.object_list|default:table.rows %} {# support pagination #} {% block table.tbody.row %} {% for column, cell in row.items %} {% endfor %} {% endblock table.tbody.row %} {% empty %} {% if table.empty_text %} {% block table.tbody.empty_text %} {% endblock table.tbody.empty_text %} {% endif %} {% endfor %} {% endblock table.tbody %} {% block table.tfoot %} {% if table.has_footer %} {% for column in table.columns %} {% endfor %} {% endif %} {% endblock table.tfoot %}
{{ column.header }}{{ column.header }}
{% if column.localize == None %}{{ cell }}{% else %}{% if column.localize %}{{ cell|localize }}{% else %}{{ cell|unlocalize }}{% endif %}{% endif %}
{{ table.empty_text }}
{{ column.footer }}
{% if enable_merge and user.is_authenticated %} {% endif %}
{% endblock table %} {% block pagination.allpages %}
{% with table.page.object_list|length as count %}

Page total: {{ count }}

{% endwith %}
    {% if table.paginator.page_range|length > 10 %} {% if table.page.has_previous %} {% block pagination.previous.goto %} {% endblock pagination.previous.goto %} {% endif %} {% if table.page.has_previous or table.page.has_next %} {% block pagination.cardinality %} {% blocktrans with table.page.number as current and table.paginator.num_pages as total %}

    Page {{ current }} of {{ total }}

    {% endblocktrans %} {% endblock pagination.cardinality %} {% endif %} {% if table.page.has_next %} {% block pagination.next.goto %} {% endblock pagination.next.goto %} {% endif %}
{% else %} {% if table.page.has_previous %} {% block pagination.previous %} {% endblock pagination.previous %} {% endif %} {% for p in table.paginator.page_range %} {% if p == table.page.number %}
  • {{ p }}
  • {% else %}
  • {{ p }}
  • {% endif %} {% endfor %} {% if table.page.has_next %} {% block pagination.next %} {% endblock pagination.next %} {% endif %} {% endif %} {% endblock pagination.allpages %}
    {% if 'entities' in APPS %} {% endif %} {% if user.is_authenticated %} {% if entity_create_stanbol %}

    Import new {{ entity|title }} from GND

    {% crispy entity_create_stanbol entity_create_stanbol.helper %}
    {% endif %} {% endif %}
    {% endblock %} {% block scripts2 %} {% load_highcharts_js %} {% config_highcharts %} {% endblock scripts2 %}