{% extends "webpage/base.html" %} {% load staticfiles %} {% block title %}Resource{% endblock %} {% block content %}
{% block repo_header %} {% endblock %}
Basic Info
acdh:hasTitle {{ object.has_title }}
acdh:hasIdentifier {{ object.acdh_id }}
description {{ object.description }}
checked? {{ object.checked }}
acdh:hasLicense {{ object.has_license }}
acdh:hasCategory {{ object.has_category }}
acdh:hasLifeCycleStatus {{ object.has_lcs }}
acdh:hasAccessRestriction {{ object.has_access_restriction }}
Related Person {% if object.has_principal.all %} {% endif %} {% if object.has_creator.all %} {% endif %} {% if object.has_contributor.all %} {% endif %}
acdh:has_principal {% for x in object.has_principal.all %}
  • {{ x }}
  • {% endfor %}
    acdh:has_creator {% for x in object.has_creator.all %}
  • {{ x }}
  • {% endfor %}
    acdh:hasContributor(s) {% for x in object.has_contributor.all %}
  • {{ x }}
  • {% endfor %}
    {% block more_info %} {% endblock %} {% block related_objects %} {% endblock %}
    {% endblock %}