{% extends "base.html" %} {% from 'macros.html' import render_pagination %} {% from "_formhelpers.html" import render_field %} {% block body %}
Item info (Displaying {{pagination.items|length}} of {{pagination.total}} items) | Blocking request info | ||||||||
---|---|---|---|---|---|---|---|---|---|
# | {{ _('Image') }} | {{ _('DNS') }} | {{ _('Bank account') }} | {{ _('Resolved IPs') }} | {{ _('Note') }} | {{ _('Your provider blocking status') }}
|
{{ _('Updated') }} | {{ _('Created') }} | {{ _('Published') }} |
{{item.id}} | {% if item.thumbnail %} |
{{item.dns}}
{% if item.redirects_to %}
{{item.redirects_to}} {% endif %} |
{{item.bank_account}} | IPv4:{{item.a}} IPv6:{{item.aaaa}} |
{{item.note}} | {{_('Testing...' if block_test_enabled else 'Block test is disabled...')}} |
{{item.updated|format_datetime}} | {{item.created|format_datetime}} |
{{ _('DNS') }}: {{item.dns_date_published|format_date}} - {{item.dns_date_removed|format_date if item.dns_date_removed else '∞'}} {{ _('Bank account') }}: {{item.bank_account_date_published|format_date}} - {{item.bank_account_date_removed|format_date if item.bank_account_date_removed else '∞'}} |
{% set last_pdf = item.pdfs.first() %}