{% extends "core/skeleton_email.html" %}
{% load i18n static %}
{% get_current_language as LANGUAGE_CODE %}
{% block title %}{% blocktrans with site=site.name %}Welcome to {{ site }}!{% endblocktrans %}{% endblock %}
{% block content %}
{% blocktrans with site=site.name %}Welcome to {{ site }}!{% endblocktrans %}
{% block existing_tenant %}{% endblock existing_tenant %}
{% blocktrans %}We're excited that you've joined us to finally simplify your daily company management. You can now enjoy an enterly new experience to manage your invoicing, your calendars and your contacts.{% endblocktrans %}
|
|
|
|
{% block activation_row %}
|
|
{% endblock activation_row %}
{% block getting_started_row %}
{% trans "Getting started" %}
{% blocktrans %}Once your account is activated, the first step is to configure your company settings. It's a 3 steps form, we agree there're funnier things to do, but after we'll no more bothering you with that. Promise.{% endblocktrans %}
|
|
|
|
{% endblock getting_started_row %}
{% trans "Support" %}
{% blocktrans with site=site.name %}{{ site }} is in beta. If you have a question, a bug, want a new feature, or just want to talk, do not hesitate, send us an email to support@vosae.com, it's our mission to help you!{% endblocktrans %}
|
{% trans "Developers" %}
{% url 'doc_home' as doc_home %}
{% blocktrans with site=site.name site_url=site.url %}{{ site }} is also a service made by developers and therefore naturally a complete and documented API. And because we know that you want complete access to your data, you have complete access to the APIs. It's simple, we use the same ones. Look at the API Doc.{% endblocktrans %}
|
|
|
|
{% trans "Join the community" %}
{% blocktrans with site=site.name %}We aim to add new features and update regularly {{ site }}. To be kept informed of the latest news, to show everyone how awesome {{ site }} is, to talk to us or simply join the community, you can follow us on Twitter or like us on Facebook.{% endblocktrans %}
|
|
|
|
{% endblock %}