{% extends "bukuserver/home.html" %} {% import 'bukuserver/lib.html' as buku with context %} {% block head %} {{ super() }} {{ buku.close_if_popup() }} {% endblock %} {% block body %}
{{ _('Data created') }} {{ datetime_text }}

{{ _('Netloc') }}

{% if netlocs %}
{% if netlocs.cropped %} {% endif %} {% for item in netlocs %} {% endfor %}
{{ _('Rank') }} {{ _('Netloc') }} {{ _('Number') }}
{{ loop.index }} {{ item.name or _('(no netloc)') }} {{ item.amount }}
{% else %} {{ _('No bookmarks found.') }} {% endif %} {% if netlocs.cropped %} {% endif %}

{{ _('Tag') }}

{% if tags %}
{% if tags.cropped %} {% endif %} {% for item in tags %} {% endfor %}
{{ _('Rank') }} {{ _('Tag') }} {{ _('Number') }}
{{ loop.index }} {{ item.name }} {{ item.amount }}
{% else %} {{ _('No tags found.') }} {% endif %} {% if tags.cropped %} {% endif %}

{{ _('Title (common)') }}

{% if titles %}
{% if titles.cropped %} {% endif %} {% for item in titles %} {% endfor %}
{{ _('Rank') }} {{ _('Title') }} {{ _('Number') }}
{{ loop.index }} {{ item.name or _('(no title)')}} {{ item.amount }}
{% else %} {{ _('No common titles found.') }} {% endif %} {% if titles.cropped %} {% endif %} {% endblock %} {% block tail %} {{ super() }} {{ buku.set_lang() }} {{ buku.script('Chart.js') }}
{% endblock %}