{% extends "master.html" %} {% block title %} {{ package.name }} | PkgDB {% endblock %} {%block tag %}packages{% endblock %} {% if g.fas_user %} {% set options = True %} {%block options %}
{% endblock %} {% endif %} {% block content %}{{ package.summary }}
{% if package.description %}{{ package.description }}
{% endif %}Status | {{ package.status }} |
---|---|
Created on | {{ package.date_created.strftime('%Y-%m-%d') }} |
Point of contact: {{ pkg['point_of_contact'] }} {% if pkg['status'] == 'Retired' %} -- Package retired {% elif is_admin or pkg['status'] == 'orphan' or pkg['point_of_contact'] == g.fas_user.username %} -- {% if pkg['status'] == 'Orphaned' %} request -- retire {% elif is_admin or pkg['point_of_contact'] == g.fas_user.username %} leave {% endif %} {% endif %}
{{ maintainer }} | {% for acl in pkg['acls'][maintainer] | sort(reverse=True) %} {% if acl['status'] %}{{ acl['acl'] }} |
![]() |
{% else %}
{% endif %} {% endfor %} {% if maintainer == g.fas_user.username or pkg['branchname'] in branch_admin %} {% if pkg['acls'][maintainer] %} | {% endif %} {% endif %} |
Approved: |
![]() |
Awaiting Review: |
![]() |
Denied: |
![]() |
Obsolete: |
![]() |
Removed: |
![]() |
---|