You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
= render partial: 'application/header', locals: {image_file: @banner_image || '403.jpg'}
|
|
|
|
%article
|
|
|
|
- if @template.present?
|
|
|
|
=render @template
|
|
|
|
- else
|
|
|
|
= row do
|
|
|
|
= columns do
|
|
|
|
%h2=_'error.403.title','Sorry, you currently don\'t have access to this page'
|
|
|
|
- if logged_in?
|
|
|
|
%p=_'error.403.description', :p
|
|
|
|
= render 'contact', cancel_btn: false, contact_reason: :website
|
|
|
|
- else
|
|
|
|
%p=_'error.403.not_logged_in', :p
|
|
|
|
= render "application/login"
|