{% extends 'stela_control/index.html' %} {% load i18n %} {% load l10n %} {% load static %} {% load hosts %} {% load stelatags %} {% load humanize %} {% block styles %} {% endblock %} {% block section %} {% block title %} {% if site_data.company_public %} {% else %} {% endif %}
{% trans "Welcome, your" %} {% trans "first step" %} {% trans "is register your wallet" %}.
{% trans "Add wallet" %} {% else %}{% if today_sales.get_total %} {% trans "Today sales" %} ${{today_sales.get_total}} {% trans "it represents" %} {% if increase > 0 %} {{increase}}% {% trans "increase from yesterday" %}{% else %}{{increase}}% {% trans "decrease from yesterday" %}{% endif %} {% else %} {% trans "You have no sales today" %}. {% endif %}
{% else %}{% trans "You don't have sales yet" %}
{% endif %} {% endif %}