<%! from django.core.urlresolvers import reverse %> <%inherit file="../base.html" /> <%namespace name='static' file='../static_content.html'/>
%if not already_active:

Activation Complete!

%else:

Account already active!

%endif

%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