This website requires JavaScript.
Explore
Help
Sign In
pgadmin-org
/
pgadmin4
mirror of
https://github.com/pgadmin-org/pgadmin4.git
Watch
1
Star
0
Fork
You've already forked pgadmin4
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a662d866af
pgadmin4
/
web
/
pgadmin
/
tools
/
templates
/
sql
/
macros
/
utils.macros
4 lines
95 B
Plaintext
Raw
Blame
History
{% macro BOOL_TEXT(bool_val) %}
{% if bool_val %}true{% else %}false{% endif %}
{% endmacro %}
Reference in New Issue
View Git Blame
Copy Permalink