{% extends "base_site.html" %} {% block extrahead %} {% endblock %} {% block bread_crumbs_1 %}» {{ package }}{% endblock %} {% block content %} {% with package.latest as release %} {% if release %} {% include "djangopypi/release_detail_content.html" %} {% else %}
No releases yet :(
{% endif %} {% endwith %} {% endblock %}