2016-05-09 21:35:26 -07:00
|
|
|
= render :partial => 'application/header', :locals => {:image_file => @banner_image || '403.jpg'}
|
2015-04-14 19:41:46 -07:00
|
|
|
%article
|
2016-05-30 18:24:07 -07:00
|
|
|
- if @template.present?
|
2015-04-14 19:41:46 -07:00
|
|
|
=render @template
|
|
|
|
- else
|
2016-05-30 18:24:07 -07:00
|
|
|
= row do
|
|
|
|
= columns do
|
2016-06-05 21:40:55 -07:00
|
|
|
%h2=_'error.403.title','Sorry, you currently don\'t have access to this page'
|
|
|
|
%p=_'error.403.description', :p
|