{% extends "timeseries/base.html" %} {% block title %}List of time-series{% endblock %} {% block content %}
Identifier | Name | Notes | {% for series in series %}
---|---|---|
{{ series.slug }} | {{ series.title }} | {{ series.notes|truncatewords:30 }} |
There are no time-series available. |