{% extends "base.html" %} {% block title %}Ubah Pengumuman{% endblock %} {% block body %}

Pengumuman {{ post.id }}

{% if (post.status == 1 and editor_now.id == creator.id) %}
{% endif %}
{% endblock %}