{% extends "saas/base_dashboard.html" %} {% block saas_content %}
{% if registered %}

Registered

{% include "saas/_filter.html" %}
CSV Download
Full name

Loading ...

No registered users [[params.q]]

[[entry.full_name]] [[entry.created_at | relativeDate]]
    {% endif %} {% for tab in tabs %}

    {{tab.title}}

    {% include "saas/_filter.html" %}
    CSV Download
    Subscriber Plan Since Ends At

    Loading ...

    No subscribers with filter: '[[params.q]]'

    [[entry.organization.printable_name]] [[entry.plan.title]] [[entry.created_at | formatDate]] [[entry.ends_at | formatDate]] [[entry.description]]
      {% endfor %}
      New Billing Profile
      {% endblock %}