{% extends "master.html" %} {% block title %} {{ collection.name }} {{ collection.version }} | PkgDB {% endblock %} {%block tag %}collections{% endblock %} {% block content %}

{{ collection.name }} {{ collection.version }}

Status : {{ collection.status }} {{ collection.status }} ( edit )

Name: {{ collection.name }}
Version: {{ collection.version }}
Branch-name: {{ collection.branchname }}
Description: {{ collection.description }}
Dist-tag: {{ collection.dist_tag }}
Allows package retirement {{ collection.allow_retire }}
Created on {{ collection.date_created.strftime('%Y-%m-%d %H:%M:%S') }}
Last update on {{ collection.date_updated.strftime('%Y-%m-%d %H:%M:%S') }}
{% endblock %}