{% extends "layouts/base.html" %} {% block title %} Project ~ ATR {% endblock title %} {% block description %} Information regarding an Apache Project. {% endblock description %} {% block content %}
{{ project.name }}
Fingerprint | {{ key.fingerprint }} |
---|---|
Type | {{ algorithms[key.algorithm] }} ({{ key.length }} bits) |
Created | {{ key.created.strftime("%Y-%m-%d %H:%M:%S") }} |
Expires | {% if key.expires %} {% set days_until_expiry = (key.expires - now).days %} {% if days_until_expiry < 0 %} {{ key.expires.strftime("%Y-%m-%d %H:%M:%S") }} Expired {% elif days_until_expiry <= 30 %} {{ key.expires.strftime("%Y-%m-%d %H:%M:%S") }} Expires in {{ days_until_expiry }} days {% else %} {{ key.expires.strftime("%Y-%m-%d %H:%M:%S") }} {% endif %} {% else %} Never {% endif %} |
User ID | {{ key.declared_uid or 'Not specified' }} |
{{ vp.mailto_addresses[0] }} | |
Manual vote process | {{ vp.manual_vote }} |
Minimum voting period | {{ vp.min_hours }}h |
Release checklist | {% if vp.release_checklist|length > 0 %} {% else %} None {% endif %} |
Start vote template | {% if vp.start_vote_template|length > 0 %} {% else %} None {% endif %} |
Announce release template | {% if vp.announce_release_template|length > 0 %} {% else %} None {% endif %} |
Pause for RM | {{ vp.pause_for_rm }} |