@extends('layout') @section('title') Welcome to OpenStackId @stop @section('meta') $identifier ]) !!}" /> @append @section('content')
@if(Auth::guest() || $another_user) @if( $show_fullname === 0 && $show_email===0 && $show_pic === 0)

This is an OpenID Identity page. This user has chosen not to display any information on this page.

@else @if( $show_fullname ) {!! $username !!} @endif @if( $show_pic && !empty($pic))
@endif @if( $show_email )
@endif @endif @else
Welcome, {!! $username !!} .
@if( $show_fullname === 0 && $show_email===0 && $show_pic === 0)

This is your identity page. You are currently displaying no information on this page. You can display information such as your name, contact info and a photo.

@else @if( $show_fullname ) {!! $username !!} @endif @if( $show_pic && !empty($pic))
@endif @if( $show_email )
@endif @endif @endif
@stop