{% if l_pgpdump|length != 0 %}
{% if date_from|string == date_to|string %}
{{ date_from }} Dumped Keys:
{% else %}
{{ date_from }} to {{ date_to }} Dumped Keys:
{% endif %}
type id |
key id |
first seen |
last seen |
nb paste |
Sparkline |
{% for pgp_dump in l_pgpdump %}
{{ l_pgpdump[pgp_dump]['type_id'] }} |
{{ pgp_dump }} |
{{ l_pgpdump[pgp_dump]['first_seen'] }} |
{{ l_pgpdump[pgp_dump]['last_seen'] }} |
{{ l_pgpdump[pgp_dump]['nb_seen'] }} |
|
{% endfor %}
{% else %}
{% if show_decoded_files %}
{% if date_from|string == date_to|string %}
{{ date_from }}, No Dumped Keys
{% else %}
{{ date_from }} to {{ date_to }}, No Dumped Keys
{% endif %}
{% endif %}
{% endif %}