{% extends "saas/base.html" %}
{% block saas_content %}
Overview
Site setup : {{progress}}%
Next steps
{% for step in next_steps %}
- {{step.verbose_name}} Go »
{% endfor %}
{% comment %}
XXX - Improvment of root view
Today revenue
Recent payments
Balance
Recent registrants
{% endcomment %}
{% endblock %}