{% extends "_base.html" %} {% load i18n %} {% load labelbase_tags %} {% load importer_tags %} {% load sekizai_tags %} {% load bootstrap %} {% block content %} {% if labelbase %}

{% block title %}{{ labelbase.name }} {% endblock %}

{% if labelbase.fingerprint %}{{ labelbase.fingerprint }} {% endif %} {% if labelbase.about %}

{{ labelbase.about}}

{% endif %}
Export {% comment %}
{% endcomment %}
{% else %}

There is no such labelbase.

{% endif %} {% if labelbase %}
{% if label_list %} {% for label in label_list %} {% if label.get_mempool_url %} {% else %} {% endif %} {% if label.spendable is None %} {% else %} {% endif %} {% endfor %}
# type label ref origin spendable
{{ label.id }} {{ label.get_type_display }} {{ label.label }}{{ label.ref }}{{ label.ref }}{{ label.origin }}{{ label.spendable }}
{% else %}

There are no labels in this labelbase.

{% endif %}
{% endif %} {% if labelbase %} {% endif %} {% endblock %}