{% extends "hostis-main.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'hostis-pagehead.html' %} {% endblock %} {% block content %} {% if result %}

{{ result }}

{% endif %}
{% csrf_token %}
{{ gen_form.total_scripts }}
{{ gen_form.min_per_patient }}
{{ gen_form.max_per_patient }}
{{ gen_form.total_multisig }}
{{ gen_form.days_supply }}
{% endblock %}