{% extends "base.html" %} {% block title %}Ubah Pengumuman{% endblock %} {% block body %} Pengumuman {{ post.id }} Kategori: {% for cat in categories %} {{ cat.category }} {% endfor %} Konten: {{ post.content }} Berlaku dari: Berlaku sampai: {% if (post.status == 1 and editor_now.id == creator.id) %} {% endif %} {% endblock %}