{% extends "base.html" %} {% block page-title %}Team Billing{% endblock %} {% block body-class %}account {{ block.super }}{% endblock %} {% block breadcrumb %}
  • {{ team.user.username }}
  • /
  • Billing
  • {% endblock %} {% block content %}
    25 users
    $49.00 USD / month
    xxxx-xxxx-xxxx-4242
    Active
    August 29, 2015
    November 29, 2015

    Cancel subscription

    {% endblock %} {% block analytics %} {% if not debug %} window.ll('tagScreen', 'Team billing view'); {% endif %} {% endblock %}