{% extends 'base.html' %} {% block header %}

{% block title %}{% trans %}Dashboard{% endtrans %}{% endblock %}

{% endblock %} {% block content %}

{% trans %}Thanks a lot for registering, and welcome aboard! Fossbill is a really simple tool. Here some guidelines:{% endtrans %}

{% trans %}You should start by editing your user preference. Then add some products you use frequently. You can also prepare your client list. Registering products and clients isnt necessary but it make generating bills faster.{% endtrans %}

{% trans %}Bills will be Drafts untill you generate a Quote or directly a Bill from them. Unique numbers will be applied on them.{% endtrans %}

{% trans %}You can preview and also send them to any email address you want, as quote or bill.{% endtrans %}

{% endblock %}