{% extends 'base.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 %}
{% trans 'Welcome PyCon TW 2016' %}, {{ user.email }}
{% 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.' %}