{% extends "_base.html" %} {% load i18n %} {% block content %}
{% if labelbase %}

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

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

{{ about.about}}

{% endif %}
{% else %}

There is no such labelbase.

{% endif %}
{% if labelbase %}
{% if label_list %} {% for label in label_list %} {% endfor %}
# type ref label
{{ label.id }} {{ label.get_type_display }} {{ label.ref }} {{ label.label }}
{% else %}

There are no labels in this labelbase.

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