<%! from django.core.urlresolvers import reverse %> <%inherit file="../base.html" /> <%namespace name='static' file='../static_content.html'/> <%block name="content">

%if not already_active: Thanks for activating your account. %else: This account has already been activated. %endif %if user_logged_in: Visit your dashboard to see your courses. %else: You can now login. %endif