{% extends 'base.html' %} {% load static %} {% block title %}Billing History - 3ncount{% endblock %} {% block page_pretitle %}Billing & Invoices{% endblock %} {% block page_title %}Billing History{% endblock %} {% block page_actions %} Back to Dashboard {% endblock %} {% block extra_css %} {% endblock %} {% block content %}
No invoices found
{% if request.GET.status and request.GET.status != 'all' %} No {{ request.GET.status|lower }} invoices at this time. View all invoices {% else %} Your billing history will appear here once you have invoices. {% endif %}