{% extends 'boilerplate.html' %} {% load i18n %} {% load pycontw_tools %} {% block title %}{% trans 'Dashboard' %}{% endblock title %} {% block body-class %}dashboard{% endblock %} {% block nav %}{% include '_includes/nav/dashboard_nav.html' %}{% endblock %} {% block content %}
{% blocktrans with name=user.get_short_name|default:user.get_username %}Hi {{ name }}, welcome!{% endblocktrans %}
{% trans 'Please verify your account by clicking the link in the mail we sent to your email inbox.' %}
{% trans 'You need to complete your speaker profile first before submitting a proposal.' %}