{% extends 'paxalia/base.html' %} {% load static i18n %} {% block title %}{% trans "Sites" %} – Paxalia Analytics{% endblock %} {% block page_title %}{% trans "Sites" %}{% endblock %} {% block page_subtitle %}{% trans "Manage the properties tracked by this dashboard" %}{% endblock %} {% block extra_css %} {% endblock %} {% block dashboard_content %}
{% trans "Requests are matched to a site by hostname. A request from a domain that isn't listed here is tracked as unassigned rather than dropped." %}
| {% trans "Name" %} | {% trans "Domain" %} | {% trans "Status" %} | {% trans "Added" %} | {% trans "Actions" %} |
|---|---|---|---|---|
| {{ site.name }} | {{ site.domain }} | {% if site.is_active %}{% trans "Active" %}{% else %}{% trans "Inactive" %}{% endif %} | {{ site.created_at|date:"Y-m-d" }} |