{% extends "base.html" %} {% load humanize %} {% block content %}

These are the various series maintained in the {{ repository.name }} repository.Create new

{% for series in repository.series_set.all %} {% endfor %}
Series Based on State
{{ series.name }} {{ series.base_ubuntu_series }} {{ series.get_state_display }}
{% endblock %}