withdraw/templates/withdraw/csv.html
dni ⚡ fcb973b540
Some checks failed
release github version / build (push) Has been cancelled
init commit
2023-02-17 11:57:27 +01:00

12 lines
312 B
HTML

{% extends "print.html" %} {% block page %} {% for page in link %} {% for threes
in page %} {% for one in threes %} {{one}}, {% endfor %} {% endfor %} {% endfor
%} {% endblock %} {% block scripts %}
<script>
new Vue({
el: '#vue',
data: function () {
return {}
}
})
</script>
{% endblock %}