{% extends "webpage/base.html" %} {% load staticfiles %} {% block title %}Project{% endblock %} {% block content %}
{% if object.get_prev %}

{% endif %}

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

{% if object.get_next %}

{% endif %}
About
acdh:hasTitle {{ object.has_title }}
description {{ object.description }}
Related Person
acdh:has_principal {% for x in object.has_principal.all %}
  • {{ x }}
  • {% endfor %}
    acdh:hasContributor(s) {% for x in object.has_contributor.all %}
  • {{ x }}
  • {% endfor %}
    Related Collection
    {% for x in object.related_collection.all %} {{ x }} {% endfor %}
    {% endblock %}