{% load static %} {% if domain_list %} {% include 'ping_me/partials/edit_popup.html' %} {% include 'ping_me/partials/delete_popup.html' %}
Domain | IP | Description | {{ current_month|date:"F Y"|capfirst }} | {{ last_month|date:"F Y"|capfirst }} | {% if user.is_authenticated and user.is_staff %}Bound to | Action | {% endif %}
---|---|---|---|---|---|---|
{% if domain.last_ping and domain.last_ping.success %}
![]() ![]() |
{% if domain.last_ping %} {{ domain.last_ping.address }} {% else %} No IP {% endif %} | {{ domain.description }} | {% include 'ping_me/partials/summary_percentage.html' with summary=domain.current_month_summary %} | {% include 'ping_me/partials/summary_percentage.html' with summary=domain.last_month_summary %} | {% if user.is_authenticated and user.is_staff %}{% if domain.user.email %} {{ domain.user.email }} {% else %} {{ domain.user.username }} (no email) {% endif %} | {% endif %} |
You have no domain to show.
{% endif %} {% if user.is_authenticated and user.is_staff %} {% endif %}