{% extends "basedocumentation.html" %} {% block title %}Claim Form{% endblock %} {% block doccontent %}

Rights Holder Claim Form

{% csrf_token %}

Rightsholder making claim

{{ rights_holder.rights_holder_name }}

Work being claimed

Terms and Conditions

{{ form.as_p }} [legal stuff goes here]
{% endblock %}