64 lines
2.8 KiB
XML
64 lines
2.8 KiB
XML
<mjml>
|
|
<mj-include path="./partial/header.mjml" />
|
|
|
|
<mj-body mj-class="bg--blue-100">
|
|
<mj-wrapper css-class="wrapper" padding="10px">
|
|
<mj-section>
|
|
<mj-column>
|
|
<mj-image align="center" src="{% base64_static 'images/logo-laregie.png' %}" width="157px" align="left" alt="La Régie" padding="10px" />
|
|
</mj-column>
|
|
</mj-section>
|
|
<mj-section mj-class="bg--white-100">
|
|
<mj-column>
|
|
<mj-divider border-width="1px" border-style="solid" border-color="#EEEEEE" width="100%" padding="10px 20px" />
|
|
<mj-text>
|
|
<strong>{% trans "Welcome to La Régie!" %}</strong>
|
|
</mj-text>
|
|
<!-- Main Message -->
|
|
<mj-text>{% trans "Hello," %}</mj-text>
|
|
<mj-text>{% blocktranslate with team=team role=role trimmed %}
|
|
You have been invited to be a {{ role }} of the group "{{ team }}" within La Suite.
|
|
{% endblocktranslate %}
|
|
</mj-text>
|
|
<mj-text>{% trans "To do so, please log in La Régie via ProConnect, by following this link:" %}</mj-text>
|
|
<mj-button href="//{{ site.domain }}" background-color="#000091" color="white" padding-bottom="30px">
|
|
<img src="{% base64_static 'images/arrow.png' %}" width="25px" align="left" alt="arrow" background-color="red"/>
|
|
{% trans "Go to La Régie"%}
|
|
</mj-button>
|
|
<!-- end Main Message -->
|
|
<mj-text>
|
|
<strong>{% trans "What is La Régie?" %}</strong>
|
|
</mj-text>
|
|
<mj-text>
|
|
{% trans "La Régie is the administration center of la Suite, where you can manage users, groups and domains."%}
|
|
</mj-text>
|
|
<mj-text>
|
|
<strong>{% trans "What is La Suite?" %}</strong>
|
|
</mj-text>
|
|
<mj-text>
|
|
{% trans "La Suite is an open-source work environment, designed for the public sector and open to commons."%}
|
|
</mj-text>
|
|
<mj-text>
|
|
{% trans "With La Suite, you will be able to create, organise and collaborate online!" %}
|
|
</mj-text>
|
|
<mj-text>{% blocktranslate with link=site.url trimmed %}
|
|
For more information: <a href="{{ link }}">Visit the website for La Suite numérique</a> to discover what tools we offer.
|
|
{% endblocktranslate %}
|
|
</mj-text>
|
|
<mj-text>
|
|
{% trans "Welcome aboard!" %}
|
|
</mj-text>
|
|
<!-- Signature -->
|
|
<mj-text>
|
|
<p>{% trans "Regards," %}</p>
|
|
<p>{% trans "La Suite Team" %}</p>
|
|
</mj-text>
|
|
<mj-divider border-width="1px" border-style="solid" border-color="#EEEEEE" width="100%" />
|
|
<mj-image align="left" src="{% base64_static 'images/logo-footer-mail.png' %}" width="160px" align="left" alt="La Suite" />
|
|
</mj-column>
|
|
</mj-section>
|
|
</mj-wrapper>
|
|
</mj-body>
|
|
</mjml>
|
|
|