{% extends "base.html" %} {% load static %} {% load i18n %} {% block content %}

{% blocktrans %}Empower Your Financial Journey with VirtualBank {% endblocktrans %}

{% if user.is_authenticated %}

{% blocktrans trimmed %} Welcome to Virtual Bank – Your Gateway to Seamless and Smart Banking! Unlock Financial Freedom and discover a banking experience tailored for students at TUKE. {% endblocktrans %}

{% else %}

{% trans "Ready to take control of your finances?" %}

{% trans "Login" %}

{% trans "Not a member yet?" %} {% trans "Join" %} {% trans "VirtualBank and experience the future of student banking!" %}

{% endif %}
{% trans 'Cards picture' %}

{% trans "About" %}

{% trans "Bank Side" %}

{% blocktrans trimmed %} Electronic banking is today the only way to improve and speed up bank services while rapidly reducing costs on the bank side. At the same time, it is the condition for the development of progressive services in electronic business (E-commerce). {% endblocktrans %}

{% trans "Client's Side" %}

{% blocktrans trimmed %} Electronic banking means faster access to bank information and operations, 24/7 service, and fewer errors thanks to the connectivity between the client’s and the bank’s information systems. {% endblocktrans %}

VirtualBank

{% blocktrans trimmed %} The creator of the complete Electronic Banking solution, VirtualBank, is a Czech-Slovak software company with extensive experience in remote data communication and its security. {% endblocktrans %}

{% trans "Administration" %}

{% endblock %}