{% extends "musician/base.html" %} {% load i18n %} {% block content %}

Welcome back {{ user.username }}

Last time you logged in was {{ user.last_login }}

{% for i in "1234"|make_list %}
Resource usage block
{% endfor %}

Domains and websites

Little description of what to be expected...

{% for domain in domains %}

{{ domain.name }}

{% for service in "123"|make_list %}
{% cycle 'Mail' 'Mailing list' 'Databases' %}
Card image cap

Some quick example text to build on the card title and make up the bulk of the card's content.

{% endfor card %}
{% endfor %} {% endblock %}