{% extends 'basic.html' %} {% load humanize i18n static %} {% block title %} Form List Menu {% endblock %} {% block head %} {{ block.super }} {% endblock %} {% block content %} {% language 'id' %}
{% include "header.html" %}
{% for x in messages %} {% endfor %}
{% include 'otentifikasi/listmenu.html' %}
{% include 'otentifikasi/aksesmenu.html' %}
{% include "footer.html" %}
{% endlanguage %} {% endblock %}