{% extends "base_list.html" %} {% block title %}{{ trend.title }}{% endblock %} {% block lists %}
{{ trend.description }}
{% if supported_periods|length > 1 %} {% endif %} {% if computed_at %} Last computed: {{ computed_at|date:"F j, Y H:i" }} {% endif %}