feat: special agreements for disposition
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
</h2>
|
||||
<div class="flex flex-col space-y-4 pb-4">
|
||||
{{ form_row(form.status) }}
|
||||
{% if form.specialAgreements is defined %}
|
||||
{{ form_row(form.specialAgreements) }}
|
||||
{% endif %}
|
||||
{{ form_row(form.comment) }}
|
||||
</div>
|
||||
<button type="submit" class="btn">
|
||||
|
||||
Reference in New Issue
Block a user