{% include 'nav_bar.html' %}
{% include 'decoded/menu_sidebar.html' %}
Select a date range :
Type ID :
{% 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 %} {% for pgp_dump in l_pgpdump %} {% endfor %}
type id key id first seen last seen nb paste Sparkline
  {{ 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'] }}
{% 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 %}