{% extends "base.html" %} {% block title %} {{page_title}} {% endblock title %} {% block contents %}

Data Akun

Create {% for akun in semua_akun %} {% endfor %}
Nama Akun Jumlah Kapasitas Action
{{akun.nama}} {{akun.kapasitas}} Delete Update
{% endblock contents %}