{% extends 'email_templates/email_layout.html' %} {% load i18n %} {% load string_utils %} {% block title %}{% translate "confirm email"|capfirst %}{% endblock title %} {% block content %}

{% translate "welcome to Oil & Rope traveller!"|capfirstletter %}


{% translate "before you start, please make sure to activate your account by clicking in the link below."|capfirst %}

{% url 'registration:auth:activate' token object.pk as activation_url %} {% translate "activate account"|capfirst %}
{% translate "if you can't click on the link here's raw"|capfirst %}
{{ scheme }}://{{ host }}{{ activation_url }}
{% endblock content %}