aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/user/_anonymity.html
blob: ee8882dd8700252c4d900828d60b1b8030395d01 (plain)
1
2
3
4
5
6
7
8
9
10
11
[%
    IF anonymous=='';
        IF c.user_exists;
            SET name_public = NOT c.user.latest_anonymity;
        ELSE;
            SET name_public = c.cobrand.default_show_name;
        END;
    ELSE;
        SET name_public = anonymous==0;
    END
%]