{% extends 'base.html' %} {% load bootstrap_toolkit %} {% block content %}

{{ package.filepath }}

file name
{{ package.filepath }}
current status
{% include 'packages/_status.html' with status=package.status_name %}
project
{{ package.project }}
upload date
{{ package.created_at }}
deployment date
???
Back {% if package.can_remove and can_remove %} Remove {% endif %} {% if package.can_deploy and can_deploy %} Deploy {% endif %}
{% if files %} {% include '_filelist.html' with name='package content' files=files uid=package.id %} {% endif %} {% endblock %}