<%inherit file="/base.mako"/> %if trans.user:

${_('User preferences')}

You are currently logged in as ${trans.user.email|h}.

%if t.webapp.name == 'galaxy':

You are using ${trans.user.get_disk_usage( nice_size=True )} of disk space in this Galaxy instance. %if trans.app.config.enable_quotas: Your disk quota is: ${trans.app.quota_agent.get_quota( trans.user, nice_size=True )}. %endif Is your usage more than expected? See the documentation for tips on how to find all of the data in your account.

%endif %else: %if not message:

${n_('You are currently not logged in.')}

%endif %endif