{% extends "dashboard/base.html" %} {% load pagination_tags %} {% block title %}App Versions - {{ block.super }}{% endblock %} {% block body_id %}dashboard-versions{% endblock %} {% block main %}

Versions for {{ app.name }}

{% autopaginate versions 30 %} {% if versions %} {% else %}
×

Looks like you haven’t uploaded any code for this app yet, so there is no version information to show. Please run "clutch upload" from your project's clutch directory to upload a new version.

{% endif %} {% paginate %}
{% endblock %}