{% extends "timeseries-admin/base.html" %} {% block title %}Create a new time-series{% endblock %} {% block content %}

Create new time-series

{% csrf_token %} {{ form.as_table }}

Archives

{{ archive_formset.management_form }} {% for form in archive_formset.forms %} {% endfor %}
Aggregation type Aggregation Count
{{ form.aggregation_type }} {{ form.aggregation }} {{ form.count }}
{% endblock %}