[% INCLUDE status_message %]
[% IF allowed_pages.user_edit %]

[% loc('Edit user') %] [% END %]

  • [% loc('(for this report)') %]
  • [% loc('(for this report)') %]
  • [% IF problem.user.phone_display != problem.user.username %]
  • [% loc('Phone:') %] [% problem.user.phone_display OR loc('None') %]
  • [% END %] [% IF problem.user.email != problem.user.username %]
  • [% loc('Email:') %] [% IF problem.user.email %][% problem.user.email %][% ELSE %][% loc('None') %][% END %]
  • [% END %]

[% moderation_history = problem.moderation_history %] [% IF moderation_history %]

[% loc('Moderation history') %]

[% last_history = problem %]
[% END %]
[% INCLUDE 'admin/list_updates.html' %]