Giter Site home page Giter Site logo

Comments (1)

miabonardi avatar miabonardi commented on July 27, 2024

Proposed change:

id: nonpayment cure
question: |
  Paying the money owed
subquestion: |
  % if tenancy_type == 'lease':
  You may have the right to stop the eviction if you paid all of the money that you owed the landlord no later than the answer date, ${case.answer_date}.
  % else:
  You may have the right to stop the eviction if you paid all of the money that you owed the landlord no later than 10 days after you got the notice to quit${', on ' + str(date_received_ntq.plus(days=10)) if (defined('date_received_ntq') and date_received_ntq != '') else ''}.
  % endifid: nonpayment cure
question: |
  Paying the money owed
subquestion: |
  % if tenancy_type == 'lease':
  You may have the right to stop the eviction if you paid all of the money that you owed the landlord no later than the answer date, ${case.answer_date}.
  % else:
  You may have the right to stop the eviction if you paid all of the money that you owed the landlord no later than 10 days after you got the notice to quit${', on ' + str(date_received_ntq.plus(days=10)) if (defined('date_received_ntq') and date_received_ntq != '') else ''}.
  % endif

Instead of:

id: nonpayment cure
question: |
Paying the money owed
subquestion: |
You may have the right to stop the eviction if you paid all of the money that you owed the landlord
no later than
% if tenancy_type == 'lease':
the answer date, ${case.answer_date}.
% else:
10 days after you got the notice to quit
${', ' + str(date_received_ntq.plus(days=10)) if (defined('date_received_ntq') and date_received_ntq != '') else ''}
% endif
.

Proposed change:

id: waiver
question: |
  Waiver / creation of a new tenancy
subquestion: |
  In some cases actions you or your landlord take can make the notice to quit invalid, or "waive" it. Look at your notice to quit
  to answer this question.
  
  % if (defined('date_received_ntq') and date_received_ntq):
  Think about the time period after you first got a notice to quit, on ${format_date(date_received_ntq)}.
  % else: 
  Think about the time period after you first got a notice to quit.
  % endif
  Check any statements below that apply to you.

Instead of:

id: waiver
question: |
Waiver / creation of a new tenancy
subquestion: |
In some cases actions you or your landlord take can make the notice to quit invalid, or "waive" it. Look at your notice to quit
to answer this question.
Think about the time period after you first got a notice to quit
% if (defined('date_received_ntq') and date_received_ntq) :
, on
${format_date(date_received_ntq)}.
% else:
.
% endif
Check any statements below that apply to you.

from docassemble-maevictiondefense.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.