{% extends "datacenterlight/emails/base_email_datacenterlight.txt" %}
{% load static from staticfiles %}
{% load i18n %}
{% block email_head %}
{{dcl_text}} {% trans 'Account Activation' %}
{% endblock %}

{% block email_body %}
{% blocktrans %}
Hi,

You can activate your {{dcl_text}} account by clicking here {{base_url}}{{activation_link}}
{% endblocktrans %}
{% endblock %}
