{% extends "admin/change_form.html" %} {% load i18n admin_modify %} {% load static %} {% block content %}
{% blocktrans count errors|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}
{% trans "In order to upload data, first create the timeseries and then try to edit them" %}
{{ field.field.field.help_text|safe }}