{% if errorMsg %} Errors!
    {% for key, error in errorMsg.items %} {% if not key == 'children' %}
  • {{ error|safe }}
  • {% else %}
  • Errors:
    • {% for key2, error2 in error.items %}
    • {{ key2|safe }}: {{ error2|safe }}
    • {% endfor %}
    {% endif %} {% endfor %}
{% endif %} {% if successMsg %} Success!
    {% for msg in successMsg %}
  • {{ msg|safe }}
  • {% endfor %}
{% endif %} {% if pk is None %}
{% csrf_token %} {% if not hide_phenotype_options %}

Auth-Code

Authentication Code

Auth-Code

Authentication Code

{% endif %}

{% else %}
    {% for id, stmt in rowsAffected.items %}
  • {{ id|safe }}
    {{ stmt|safe }}
  • {% endfor %}
{% endif %}