{% load i18n %} {% if not module.is_empty %}
{% if module.show_title and module.title %}

{% if module.title_url %}{{ module.title|capfirst }}{% else %} {{ module.title|capfirst }}{% endif %}

{% endif %}
{% spaceless %}

{% trans "Welcome" %}, {% firstof user.get_short_name user.get_username %}

{% if module.pre_content %} {{ module.pre_content }} {% endif %}
{% if module.post_content %}

{{ module.post_content }}

{% endif %} {% endspaceless %}
{% endif %}