{% include 'header.html' %} {% include 'nav_header.html' %}

Poll



{% if taxii_clients %}

Choose TAXII Client (1.x)

{% for taxii_client in taxii_clients %} {% endfor %}
Poll Display Name Address Community Last Request
{% if taxii_client.is_exist_community %} {% if taxii_client.can_read %} {% else %} {% endif %} {% else %} {% endif %}

{{ taxii_client.name }}

{{ taxii_client.address }}

{% if taxii_client.is_exist_community %}

{{ taxii_client.community.name }}

{% else %}

Community has been deleted.

{% endif %}

{{ taxii_client.last_requested |date:"Y/m/d H:i:s (O)" |default:'Not yet' }}

{% endif %}
{% if taxii2_clients %}

Choose TAXII Client (2.x)

{% for taxii2_client in taxii2_clients %} {% endfor %}
Poll Display Name API_ROOT Community Last Request
{% if taxii2_client.is_exist_community %} {% if taxii2_client.can_read %} {% else %} {% endif %} {% else %} {% endif %}

{{ taxii2_client.name }}

{{ taxii2_client.api_root }}

{% if taxii2_client.is_exist_community %}

{{ taxii2_client.community.name }}

{% else %}

Community has been deleted.

{% endif %}

{{ taxii2_client.last_requested |date:"Y/m/d H:i:s (O)" |default:'Not yet' }}

{% endif %}