Skip to content

Commit

Permalink
add constants for ECF message
Browse files Browse the repository at this point in the history
  • Loading branch information
r4vi committed Aug 19, 2014
1 parent e0d1be8 commit c7e46f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cla_common/__init__.py
@@ -1 +1 @@
__version__ = '0.1.37'
__version__ = '0.1.38'
8 changes: 8 additions & 0 deletions cla_common/constants.py
Expand Up @@ -256,3 +256,11 @@
('EDET', 'EDET', 'Client is in detention'),
('EPRE', 'EPRE', '12 month exemption'),
)

ECF_STATEMENT = Choices(
# constant, db_id, friendly string
('XFER_TO_RECORDED_MESSAGE','XFER_TO_RECORDED_MESSAGE', '"On closing this call you will hear a recorded message which will contain information to highlight limited circumstances in which legal aid may still be available to you. Thank you [client name] for calling Civil Legal Advice. Goodbye"'),
('READ_OUT_MESSAGE', 'READ_OUT_MESSAGE', '"Legal aid may be available in exceptional circumstances to people whose cases are out of scope where a refusal to fund would breach Human Rights or enforceable European law. You could seek advice from a legal advisor about whether an application might succeed in your case and how to make one. Thank you for calling Civil Legal Advice. Goodbye"'),
('PROBLEM_NOT_SUITABLE', 'PROBLEM_NOT_SUITABLE', 'Problem not suitable for ECF message'),
('CLIENT_TERMINATED', 'CLIENT_TERMINATED', 'Could not provide - client terminated call'),
)

0 comments on commit c7e46f4

Please sign in to comment.