{% extends 'scipost/_personal_page_base.html' %} {% block pagetitle %}: Manage Comment metadata{% endblock pagetitle %} {% load bootstrap %} {% load journals_extras %} {% block breadcrumb_items %} {{block.super}} Manage Comment metadata {% endblock %} {% block content %} {% for comment in comments %} {% endfor %}
Comment Needs doi Latest successful Crossref deposit
{{ comment }} {{ comment.needs_doi }} {{ comment|latest_successful_crossref_deposit_comment }}

{{ comment }}

Actions

Crossref Deposits

{% for deposit in comment.genericdoideposit.all %} {% empty %} {% endfor %}
Timestamp batch id deposition date Successful? actions
{{ deposit.timestamp }} {{ deposit.doi_batch_id }} {% if deposit.deposition_date %}{{ deposit.deposition_date }}{% else %}Not deposited{% endif %} {{ deposit.deposit_successful }} Mark deposit as
No Deposits found for this Comment
{% endblock content %}