@extends("layouts/user-layout") @section("content")

[[ Lang::get('keywords.settings') ]]

@if (Session::get("error")) @endif @if (Session::get("status")) @endif @if ($errors->first('enex_file')!=null) @endif @if ($errors->first('enex_file_success')!=null) @endif
@include('user/settings/about', array('commit_id' => PaperworkHelpers::getHashes()[0] ))
@include('user/settings/language', array('settings' => $settings, 'languages' => $languages))

[[ Lang::get('keywords.loading_message') ]]

@include('user/settings/import', array())
@stop