{% load i18n static %} {% block title %}{% trans "Gombo" %}{% endblock %} {% if request.user.is_authenticated %}
{% include "partials/_sidebar.html" %}
{% trans "Gombo Cashbook" %}
{% csrf_token %}
{{ request.user.get_full_name|default:request.user.username }}
{% include "partials/_flash.html" %} {% block content %}{% endblock %}
{% endif %}