{% 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 %} {% endfor %}
{% csrf_token %}
Pasien Kontrol

# No. RM Nama Pasien Domisili Usia History
{% include "footer.html" %}
{% comment %} RYDEV {% endcomment %} {% endlanguage %} {% endblock %}