jinja_filters.py

About this file

This file contains formatting functions. Each function has an associated dictionary and returned the value of the key inputted. For example, format_response_privacy takes in a privacy key, and the value of that key is returned. format_response_type and format_event_type follow a similar concept.
'format_ultimate_determination_reason' returns an HTML format for displaying a determination reason.

Code Issues

  • Recommend adding docstrings for the functions in this file describing the functions and how they are used.

Code Check Report


No problems to report
                        

Documentation drawn from source code


format_response_privacy(privacy):

format_response_type(response):

format_ultimate_determination_reason(reason):

format_event_type(type_):

Source code