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

{{ fws|intcomma }} {{ state|lower|capfirst }} 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 in display %} {% empty %} {% endfor %}
{{ state|lower|capfirst }} Fireworks
ID Name
{{ ids }}
{{ names }}
(no {{ state|lower }} fireworks in database)
{% endblock %}