{% extends 'onlineanywhere_base.html' %} {% block content %}
{% if current_user.is_authenticated %}

Hello, {{ current_user.user_name }}!

{% if aktien_app.user_has_ids_in_table_aktien %}
Stocks

Last Backup: {{ last_backup }}!

{% else %}
You don't have any stocks logs yet.
{% endif %}
{% else %}
Please log in to continue.
{% endif %}
{% endblock %}