{% load static %} {% if domain_list %} {% include 'ping_me/partials/edit_popup.html' %} {% include 'ping_me/partials/delete_popup.html' %} {% if user.is_authenticated and user.is_staff %} {% endif %} {% for domain in domain_list %} {% if user.is_authenticated and user.is_staff %} {% endif %} {% endfor %}
Domain IP Description {{ current_month|date:"F Y"|capfirst }} {{ last_month|date:"F Y"|capfirst }}Bound to Action
{% if domain.last_ping and domain.last_ping.success %} OK {% else %} NOK {% endif %} {{ domain.url }} (see website) {% 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 domain.user.email %} {{ domain.user.email }} {% else %} {{ domain.user.username }} (no email) {% endif %}
{% else %}

You have no domain to show.

{% endif %} {% if user.is_authenticated and user.is_staff %}
Add a domain
{% endif %}