{% extends "_base.html" %} {% load i18n %} {% load labelbase_tags %} {% load importer_tags %} {% load sekizai_tags %} {% load bootstrap %} {% block content %} {% if labelbase %}
{{ labelbase.about}}
{% endif %}There is no such labelbase.
{% endif %} {% if labelbase %}| # | type | label | ref | origin | spendable | ||
|---|---|---|---|---|---|---|---|
| {{ label.id }} | {{ label.get_type_display }} | {{ label.label }} | {% if label.get_mempool_url %}{{ label.ref }} | {% else %}{{ label.ref }} | {% endif %}{{ label.origin }} | {% if label.spendable is None %}{% else %} | {{ label.spendable }} | {% endif %}
There are no labels in this labelbase.
{% endif %}