<div><h2>Username {%iflast_name_change%}(last change was <time class="time-ago" datetime="{{last_name_change|date('r')}}">{{last_name_change|date(config('general.date_format'))}}</time>){%endif%}</h2></div>
<div><input type="text" name="username"{%ifusername_allow%} placeholder="At least {{config('user.name_min')}} and at most {{config('user.name_max')}} characters!"{%else%}disabled placeholder="You can't change your name right now!" {%endif%} class="inputStyling"></div>
</div>
{%endif%}
{%ifedit_title%}
<div class="profile-field">
<div><h2>Title</h2></div>
<div><input type="text" name="title" placeholder="Max 64 characters, leaving this empty will actually reset it" class="inputStyling" value="{{user.title}}"></div>
</div>
{%endif%}
{%ifedit_passw%}
<div class="profile-field">
<div><h2>Password</h2></div>
<div><input type="password" name="password" placeholder="Must be at least decently strong, size doesn't matter" class="inputStyling"></div>