{% load static %} {% load humanize %}
{% block title %}{% endblock title %} | {{ info_dasar_faskes.nama }}
{% block head %}{% endblock head %}
{%csrf_token%}
Close Menu
{{ request.user.first_name }}
{% for x in request.user.groups.all %}
{{ x }}
{% endfor %}
Profil
+ Kunjungi Profil
{% block dynamic_sidebar %}{% endblock %}
{% for item in menu_items %} {% if item.parent_id == 0 %}
{% if item.children.all %}
{{ item.name }}
{% else %}
{{ item.name }}
{% endif %}
{% for child in item.children.all %}
{{ child.name }}
{% endfor %}
{% endif %} {% endfor %}
{% block content %} {% endblock content %} {% block scriptakhir %}{% endblock scriptakhir %} {% block javascript %} {% comment %}
{% endcomment %}
{% endblock %}