{% extends "base.html" %} {% load crispy_forms_tags %} {% block content %}

{% if arm %}Edit Arm: {{ arm.name }}{% else %}Add Arm{% endif %}

Study: {{ study.name }}

{% csrf_token %} {{ form|crispy }}
Cancel
{% if arm and arm.packet %}
Collection Marking Configuration

Marking guidance and scheme names are now configured on the CaseCollection directly. This allows the same configuration to be reused across multiple studies.

Edit Collection Marking Config
{% endif %}
{% endblock %}