{% extends "base.html" %} {% load humanize %} {% block title %}Fireworks Index{% endblock %} {% block content %}

{{ fws|intcomma }} Firework{{ fws|pluralize }} currently in database

NEWEST | ARCHIVED | DEFUSED | WAITING | READY | RESERVED | FIZZLED | RUNNING | COMPLETED
Click an ID for more information about that Firework. {% for ids, names, states in display %} {% empty %} {% endfor %}
Newest Fireworks
ID Name State
{{ ids }}
{{ names }}
{{ states }}
(no fireworks in database)
{% endblock %}