# E-mail sent with the information filled out in a feedback form.
#
# Parameters: {0} current date
#             {1} email address that the user provided
#             {2} logged in as
#             {3} page that the user was on when they selected feedback
#             {4} User-Agent HTTP Header
#             {5} Session Id
#             {6} The user's comments
#
# See org.dspace.core.Email for information on the format of this file.
#
Subject: Feedback Form Information

Comments:

{6}


Date: {0}
Email: {1}
Logged In As: {2}
Referring Page: {3}
User Agent: {4}
Session: {5}