diff --git a/templates/labelbase_new.html b/templates/labelbase_new.html new file mode 100644 index 0000000..a9e05c5 --- /dev/null +++ b/templates/labelbase_new.html @@ -0,0 +1,109 @@ +{% 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 %} + +
#typereflabel
{{ label.labelbase_id }}.{{ label.id }}{{ label.get_type_display }}{{ label.ref }}{{ label.label }}
+ {% else %} +

There are no labels in this labelbase.

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