{# Copyright (c) 2015 Chintalagiri Shashank Released under the MIT license #} {% extends "base_templates/base.html" %} {% block main %}
Add Serial Series
{{ stage.form.hidden_tag() }}

All Serial Number Series

{% for s in stage.series %} {% endfor %}
Series Last Seed Description
{{ s.series }} {{ s.last_seed }} {{ s.description }} More
{% endblock %}