{% extends 'basic.html' %} {% load humanize i18n static %} {% block title %} Laporan {% endblock %} {% block head %} {{ block.super }} {% endblock %} {% block content %} {% language 'id' %} {% include "header.html" %} {% for x in messages %} {{ x }} {% endfor %} Dashboard Laporan {% csrf_token %} Pasien Kontrol # No. RM Nama Pasien Domisili Usia History History × # Kode Booking Nama Pasien Waktu Berobat Waktu Pulang Waktu Kontrol Layanan Status Dokter Biaya Act {% include "footer.html" %} {% comment %} RYDEV {% endcomment %} {% endlanguage %} {% endblock %}