{% extends 'base.html' %} {% block content %}

Admin Center

There are {{ num_nodes }} nodes in the cortex, most recently created at {{ last_created }}. {% for form, count in counts.items() %} {% endfor %}
Form Count
{{ form }} {{ count }}

The most recent ingest job ran at {{ ingest_ts }}, with the following code:


{{ ingest_code }}
    

Run a new ingest job on the remote CSV:
BROKEN :(

{% endblock %}