X-Git-Url: https://git.ozlabs.org/?p=patchwork;a=blobdiff_plain;f=templates%2Fpatchwork%2Fpatch-list.html;h=14a0f0cfd7cd2e87b6cc701d1efb5eb50bf6dbf2;hp=57491e20ccc7fdd15019425b204ff4e6beb5e57c;hb=f6113ee4e29241c03560ba0854a885c67ea1903a;hpb=e5b3f8f1778a7fb744feb755c9e374ea95542f01 diff --git a/templates/patchwork/patch-list.html b/templates/patchwork/patch-list.html index 57491e2..14a0f0c 100644 --- a/templates/patchwork/patch-list.html +++ b/templates/patchwork/patch-list.html @@ -67,6 +67,19 @@ {% endifequal %} + + {% ifequal order.name "delegate" %} + Delegate + {% else %} + Delegate + {% endifequal %} + + {% ifequal order.name "state" %} {{ patch.name }} {{ patch.date|date:"Y-m-d" }} {{ patch.submitter|personify }} + {{ patch.delegate.username }} {{ patch.state }} {% endfor %}