{% extends "misago/emails/base.txt" %}
{% load i18n misago_absoluteurl %}


{% block content %}
{% blocktrans trimmed with user=user context "account activated email" %}
{{ user }}, your account has been activated by site administrator.
{% endblocktrans %}

{% blocktrans trimmed context "account activated email" %}
You can now sign in to it using the form below:
{% endblocktrans %}
{% absoluteurl LOGIN_URL %}?modal=login
{% endblock content %}
