Opened 19 years ago
Closed 19 years ago
#492 closed enhancement (invalid)
{elsif} and nested
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Core (Other) | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Why Django templates use so ugly and primitive syntax for {if}? {if expression1}{if expression2} looks awfull and verbose. Why there is no obvious {if expression1 and expression2} syntax?? I do not know also why there is no {elsif} command....
Note:
See TracTickets
for help on using tickets.
Please only use this ticket tracker to track actual bugs and issues with Django; questions and criticism are best directed to the django-users mailing list.