{% extends "_base.html" %} {% load i18n %} {% load labelbase_tags %} {% load importer_tags %} {% load sekizai_tags %} {% load bootstrap %} {% block content %} {% include "_labelbase_header_info_menu.html" %} {% if labelbase %} {% if request.GET.tag %} Hashtag filter is active: {{ request.GET.tag }} {% endif %}
{% if label_list %}
# type ref label origin spendable health
{% else %}

There are no labels in this labelbase.

You can create new labels by using the 'New Label' button on the top right, or import your existing labels.

{% endif %}
{% include "_modal_add_label.html" %} {% include "_modal_edit_labelbase.html" %} {% include "_modal_connect_api_key.html" %} {% include "_modal_delete_labelbase.html" %} {% endif %} {% endblock %}