{% extends "layout-private.html" %} {% block title %} Detail Pengumuman - {{ parent() }} {% endblock %} {% block content %}
{% if is_siswa() == false %}

{{ anchor('pengumuman', 'Pengumuman')|raw }} / Detail Pengumuman

{% endif %}
{{ get_flashdata('pengumuman')|raw }}
{% for a in p.allow_action %} {% if a == 'edit' %} {% endif %} {% if a == 'delete' %} {% endif %} {% endfor %}
{{ p.judul }}
  • Pembuat : {{ anchor(p.pengajar.link_profil, p.pengajar.nama)|raw }}
  • Tgl. Tampil : {{ tgl_indo(p.tgl_tampil) }} s/d {{ tgl_indo(p.tgl_tutup) }}

{{ p.konten|raw }}
{% endblock %}