{% extends "layout.html" %} {% load static %} {% load common %} {% block layout_script %} {% include 'extra/preview.html' %} {% include 'extra/toast_simple.html' %} {% endblock %} {% block layout_content %}
{% csrf_token %}
Form Surat {{ surat_type|lower }}
{% include 'extra/base_form_errors.html' %}
{{ form.as_table }}
Untuk mengganti lampiran, hapus lampiran lama terlebih dahulu.
Kembali
{% endblock %}