Skip to content

Commit

Permalink
deleted explanation_answer and added service info to review blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyfey committed Aug 1, 2024
1 parent 686a4fd commit f84f69a
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,6 @@ code: |
information_collected
nav.set_section("review_eviction_answer")
explanation_answer
document_order = True
---
Expand Down
27 changes: 27 additions & 0 deletions docassemble/MOHUDEvictionProject/data/questions/file_a_motion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,33 @@ review:
% else:
**None**
% endif
- Edit:
- other_parties[0].service_method
button: |
% if other_parties[0].attorney.there_are_any:
Attorney ${ other_parties[0].attorney[0] } will be served by
% else:
${ other_parties[0] } will be served by
% endif
**${ other_parties[0].service_method }**
- Edit:
- other_parties[0].email
- recompute:
- other_parties[0].service_email
button: |
Email for ${ other_parties[0].name }: **${ other_parties[0].email }**
- Edit:
- other_parties[0].attorney[0].email
- recompute:
- other_parties[0].service_email
button: |
Email for ${ other_parties[0].attorney[0].name }: ${ other_parties[0].attorney[0].email }
- Edit:
- other_parties[0].service_address.address
button: |
Service address:
**${ other_parties[0].service_address }**
- note: |
##About your court case##
- Edit:
Expand Down
27 changes: 27 additions & 0 deletions docassemble/MOHUDEvictionProject/data/questions/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,33 @@ review:
- **${ other_parties[0].attorney[0].name }**
show if: other_parties[0].attorney.there_are_any
- Edit:
- other_parties[0].service_method
button: |
% if other_parties[0].attorney.there_are_any:
Attorney ${ other_parties[0].attorney[0] } will be served by
% else:
${ other_parties[0] } will be served by
% endif
**${ other_parties[0].service_method }**
- Edit:
- other_parties[0].email
- recompute:
- other_parties[0].service_email
button: |
Email for ${ other_parties[0].name }: **${ other_parties[0].email }**
- Edit:
- other_parties[0].attorney[0].email
- recompute:
- other_parties[0].service_email
button: |
Email for ${ other_parties[0].attorney[0].name }: ${ other_parties[0].attorney[0].email }
- Edit:
- other_parties[0].service_address.address
button: |
Service address:
**${ other_parties[0].service_address }**
- raw html: |
${ next_accordion("About your rental agreement", showing=False) }
- Edit:
Expand Down

0 comments on commit f84f69a

Please sign in to comment.