equal
deleted
inserted
replaced
11 {% ifequal req.role "PY" %} |
11 {% ifequal req.role "PY" %} |
12 Assign of pynts to {{req.receiving_user}} for the task "{{req.task.title|slice:":20"}}" |
12 Assign of pynts to {{req.receiving_user}} for the task "{{req.task.title|slice:":20"}}" |
13 {% endifequal %} |
13 {% endifequal %} |
14 |
14 |
15 {% ifequal req.role "MT" %} |
15 {% ifequal req.role "MT" %} |
16 Request to mentor the task "{{req.task.title|slice:":20"}}" |
16 Request to reviewer the task "{{req.task.title|slice:":20"}}" |
17 {% endifequal %} |
17 {% endifequal %} |
18 |
18 |
19 {% ifequal req.role "DV" %} |
19 {% ifequal req.role "DV" %} |
20 Request to act as a developer in the website |
20 Request to act as a developer in the website |
21 {% endifequal %} |
21 {% endifequal %} |