HEAD
{% extends 'djangopypi/base.html' %}
{% block title %}Manage {{ release }} Files{% endblock %}
{% block content %}
Manage {{ release }} Files
{% if formset.forms %}
{% endif %}
{% if upload_form %}
Upload a Distribution
{% endif %}
{% endblock %}