{% extends "webpage/base.html" %} {% load static %} {% block scriptHeader %} {{block.super}} {% if highlighter_active %} {% endif %} {% endblock %} {% block Titel %}Create a {{entity_type|title}}{% endblock %} {% load guardian_tags %} {% load static %} {% block content %} {% load django_tables2 %} {% if instance %}
{% for lod in object_lod %}{% if forloop.last %}{{ lod.uri }}{% else %}{{ lod.uri }}, {% endif %}{% endfor %}