Files
bin/finance/app/templates/import.html
2026-07-17 18:45:54 +02:00

7 lines
236 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{% extends "base.html" %}
{% block title %}Import Finanzberatung{% endblock %}
{% block content %}
<h1>Import</h1>
<p>Der Kontoauszug-Import (Upload, Vorschau, Bestätigen) folgt in einem späteren Ausbauschritt.</p>
{% endblock %}