{% extends "webpage/base.html" %} {% block content %}
{% if object.get_prev %}

{% endif %}

SkosLabel: {{ object }} {% if user.is_authenticated %} | {% endif %}

{% if object.get_next %}

{% endif %}
Label {{ object.label }}
Label type {{ object.label_type }}
IsoCode {{ object.isoCode }}
{% endblock %}