{% extends "webpage/base.html" %} {% load static %} {% load django_tables2 %} {% block title %} {{ object }} {% endblock %} {% block scriptHeader %} {{ block.super }} {% endblock scriptHeader %} {% block content %}
{% if object.get_prev_url %}

{% endif %}

{% if object.get_listview_url %} URIs {% else %} URIs {% endif %} {{ object }} {% if user.is_authenticated %} {% if object.get_edit_url %} {% endif %} {% if object.get_delete_url %} | {% endif %} {% endif %}

{% if object.get_next_url %}

{% endif %}
Entity {{ object.entity }}
Uri {{ object.uri }}
Domain {{ object.domain }}
RDF Link {{ object.rdf_link }}
Loaded {{ object.rdf_link }} {% if object.loaded_time %} (object.loaded_time) {% endif %}
{% endblock content %} {% block scripts %} {{block.super}} {% endblock scripts %}