<h4>Contributor {{ claim.claimant.user.first_name }}{{ claim.claimant.user.last_name }} claims to be an author of Publication:</h4>
<h4>Contributor <ahref="{{ claim.claimant.profile.get_absolute_url }}">{{ claim.claimant.profile.full_name }}</a> claims to be an author of Publication:</h4>
</div>
{% include 'journals/_publication_card_content.html' with publication=claim.publication %}
{% elif claim.submission %}
<divclass="card-header">
<h4>Contributor {{ claim.claimant.user.first_name }}{{ claim.claimant.user.last_name }} claims to be an author of Submission:</h4>
<h4>Contributor <ahref="{{ claim.claimant.profile.get_absolute_url }}">{{ claim.claimant.profile.full_name }}</a> claims to be an author of Submission:</h4>
</div>
<divclass="card-body">
{% include 'submissions/_submission_card_content.html' with submission=claim.submission %}
</div>
{% elif claim.commentary %}
<divclass="card-header">
<h4>Contributor {{ claim.claimant.user.first_name }}{{ claim.claimant.user.last_name }} claims to be an author of Commentary:</h4>
<h4>Contributor <ahref="{{ claim.claimant.profile.get_absolute_url }}">{{ claim.claimant.profile.full_name }}</a> claims to be an author of Commentary:</h4>
</div>
{% include 'commentaries/_commentary_card_content.html' with commentary=claim.commentary %}
{% elif claim.thesislink %}
<divclass="card-header">
<h4>Contributor {{ claim.claimant.user.first_name }}{{ claim.claimant.user.last_name }} claims to be an author of Thesis:</h4>
<h4>Contributor <ahref="{{ claim.claimant.profile.get_absolute_url }}">{{ claim.claimant.profile.full_name }}</a> claims to be an author of Thesis:</h4>
</div>
{% include 'theses/_thesislink_card_content.html' with thesislink=claim.thesislink %}