{% extends "web/base.html" %} {% load humanize %} {% block title %}Dashboard{% endblock %} {% block content %}

Dashboard

You have {% if apps %}{{ apps|length|apnumber }}{% else %}no{% endif %} app{{ apps|pluralize }}.

Connected to Deis controller v{{ version }} at {{ site.domain }}.

{% endblock %}