{% extends "base.html" %} {% load team_tags %} {% block page-title %}Team Billing{% endblock %} {% block body-class %}account {{ block.super }}{% endblock %} {% block breadcrumb %}
  • {{ team.user.username }}
  • /
  • Billing
  • {% endblock %} {% block content %}
    {{ name }}
    {% if status != 'inactive' and status != 'promo' %}
    ${{ amount|currency_convert }}.00 USD / {{ interval }}
    xxxx-xxxx-xxxx-{{ last4 }}
    {{ status }}
    {{ team.created|date:'M d, Y' }}
    {{ nextBill|to_date|date:'M d, Y' }}
    {% csrf_token %}
    {% endif %}
    {% endblock %} {% block analytics %} {% if not debug %} window.ll('tagScreen', 'Team billing view'); {% endif %} {% endblock %}