{% extends "base.html" %} {% block title %}Add SampleResource to aggregate {{ agg.name }}.{% endblock title %} {% block head %} {% endblock %} {% block content %}

Create a new Sample Resource in aggregate {{ agg.name }}

{% csrf_token %} {% for field in form %} {% if field.name != "resource_ptr"%} {% endif %} {% endfor %}
{% if exception != "" %}
  • {{ exception }}
{% endif %}
{{ field.label_tag }}: {{ field }}
| Cancel
{% endblock content %}