2019-05-27 16:54:05 +02:00
|
|
|
{% set title = _("Receipts") %}
|
2019-04-26 06:22:43 +02:00
|
|
|
|
|
|
|
{% extends "layout/dash.html" %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
2019-05-27 16:59:09 +02:00
|
|
|
<style id="grid">
|
|
|
|
.container.module:nth-child(1n) {
|
|
|
|
grid-area: 1 / 1 / 5 / 5;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
2019-04-26 06:22:43 +02:00
|
|
|
<div class="container module">
|
2019-05-27 16:59:09 +02:00
|
|
|
<a>Unfinished</a>
|
2019-04-26 06:22:43 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
{% endblock %}
|