Skip to content

Commit

Permalink
added final_judgment to review screen
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyfey committed Jul 31, 2024
1 parent bf4888f commit f2b1c00
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docassemble/MOHUDEvictionProject/data/questions/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,25 @@ review:
Date of original hearing: <strong>${ showifdef('original_hearing_date') }</strong>
Original hearing time: <strong>${ showifdef('original_hearing_time') } ${ showifdef('other_time') }</strong>
- Edit:
- final_judgment
- recompute:
- judgment_date_more_than_one_year
- motion_to_set_aside_attachment.enabled
button: |
Has the court made a final judgment in this case?:
<strong>${ word(yesno(final_judgment)) }</strong>
% if final_judgment:
Judgment date: <strong>${ showifdef('judgment_date') }</strong>
% else:
Has a trial date been scheduled?:
<strong>${ word(yesno(trial_date_set)) }</strong>
% if trial_date_set:
Trial date: <strong>${ showifdef('trial_date') }</strong>
% endif
% endif
- Edit:
- case_type
- recompute:
Expand Down

0 comments on commit f2b1c00

Please sign in to comment.