{% extends "layout-private.html" %} {% block title %} Manajemen Kelas - {{ parent() }} {% endblock %} {% block content %}

Manajemen Kelas

{{ get_flashdata('kelas')|raw }}
Edit Kelas
{{ form_open('kelas/edit/' ~ kelas.id, {'class' : 'form-horizontal row-fluid'})|raw }}
{{ form_error('nama')|raw }}
{% if kelas.parent_id is not null %}
{% endif %}
Batal
{{ form_close()|raw }}

NB: Kelas tidak dapat di hapus namun dapat di ubah menjadi tidak aktif.

{{ kelas_hirarki|raw }}
{% endblock %}