{% extends 'journals/base.html' %} {% block pagetitle %}: Manage metadata for publication{% endblock pagetitle %} {% load bootstrap %} {% load journals_extras %} {% block breadcrumb_items %} {{block.super}}
{% endblock %} {% block body_class %}{{ block.super }} manage_metadata for {{ publication.doi_label }}{% endblock %} {% block content %}{{ publication.metadata.funding_statement }}
{% else %}No funding statement was found
{% endif %}Timestamp | batch id | deposition date | Successful? | actions | {% for deposit in publication.deposit_set.all %}|
---|---|---|---|---|---|
{{ 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 publication |
Timestamp | deposition date | Successful? | actions | {% for deposit in publication.doajdeposit_set.all %}||
---|---|---|---|---|---|
{{ deposit.timestamp }} | {% if deposit.deposition_date %}{{ deposit.deposition_date }}{% else %}Not deposited{% endif %} | {{ deposit.deposit_successful }} | Mark deposit as | ||
No Deposits found for this publication |