{% load static i18n breadcrumbs %}{% load url from future %}
{% block title %}Python Package Repository{% endblock %}
{% block extra_style %}{% endblock %}
{#
#}
PYPPI
Home
Packages
Releases
RSS
{% if user.is_authenticated %} {% if user.is_staff %}
Admin
{% endif %}
Logout
{% else %}
Login
{% endif %}
{% block breadcrumbs_container %} {% block breadcrumbs %} {% breadcrumb 'Home' 'pyppi-home' %} {% endblock breadcrumbs %} {% render_breadcrumbs %} {% endblock %} {% block page_title %}{% endblock %} {% block messagelist %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endblock %} {% block content %}{{ content }}{% endblock %}