- PatientAccess.git
- views
- 500.tt
This file ( 794B ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
<h4 class="text-danger http-status-code">Internal Error</h4>
[% # INCLUDE dumper.tt dump =
# settings;
# params;
# vars;
# error;
# session;
# exception;
# content;
# request.keys; # don't dump entire request (huge)
%]
<div class="indent">
<pre>[% exception || content # exception if caught, content if manually set %]</pre>
<!-- change class to make visible -->
<ul class="hide">
<li>message: [% message # empty if triggered automatically %]</li>
<li>status: [% status %]</li>
<li>title: [% title %]</li>
</ul>
</div>
<p>
<input type="button" value="<< Back" onclick="history.back()"
class="button" />
</p>