{% extends 'portal.html' %} {% load selectable_tags %} {% load crispy_forms_tags %} {% load add_class %} {% block title %} {% include "hawc/siteTitle.html" with crumbs=object.get_crumbs crud=crud %} {% endblock title %} {% block breadcrumbs %} {% include "hawc/breadcrumbs.html" with crumbs=object.get_crumbs crud=crud %} {% endblock %} {% block extrastyle %} {% include_ui_theme %} {% endblock %} {% block content %} {% crispy form %} {# Single-Result formset #}
Add individual study-finding which were used for the meta-analysis. Results can be associated with data already present in HAWC, or can be manually-entered with key findings. Hover-over field-titles for more help-text. If you choose to not include-any individual results, delete all rows from this table before submitting.
{% include "hawc/_formset_table_template.html" with showDeleteRow=True %}