{% extends "webpage/base.html" %} {% load staticfiles %} {% block title %}Resource{% endblock %} {% block content %}
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 }} |
acdh:has_principal |
{% for x in object.has_principal.all %}
|
---|---|
acdh:has_creator |
{% for x in object.has_creator.all %}
|
acdh:hasContributor(s) |
{% for x in object.has_contributor.all %}
|