{% extends 'paxalia/base.html' %} {% load static i18n %} {% block title %}{% trans "Segments" %} – Paxalia Analytics{% endblock %} {% block page_title %}{% trans "Segments" %}{% endblock %} {% block page_subtitle %}{% trans "Saved filters, reusable across Overview, Pages, and Traffic" %}{% endblock %} {% block extra_css %} {% endblock %} {% block dashboard_content %}
| {% trans "Name" %} | {% trans "Filters" %} | {% trans "Actions" %} |
|---|---|---|
| {{ segment.name }} |
{% for key, value in segment.filters.items %}
{{ key }}={{ value }}{% if not forloop.last %}, {% endif %}
{% endfor %}
|