{% load staticfiles %} {% load i18n %} {% trans "Log Additional Inputs" %}
{% include "_messages.html" %}
{% trans "Log More Inputs" %}
Process: {{ process }}
{% if done %}

Process input events

    {% for event in process.incoming_events %}
  • {{ event }}
  • {% endfor %}
{% else %}
{% csrf_token %}
{{ cite_form.resource }}

{{ cite_form.quantity }} {{ cite_unit }}
{{ work_form.resource_type }}
{{ work_form.from_agent }}
{{ work_form.quantity }}
{% endif %}