@@ -193,7 +193,7 @@
 | 
			
		||||
      </span>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="mt-3 text-sm w-full">
 | 
			
		||||
      <p class="ml-1 font-medium text-gray-700">Profile Picture</p>
 | 
			
		||||
      <p class="ml-1 font-medium text-gray-700">{$_('profile-picture')}</p>
 | 
			
		||||
      <img
 | 
			
		||||
        alt={$_('profile-picture')}
 | 
			
		||||
        class="h-20 w-20 rounded-full overflow-hidden bg-gray-100"
 | 
			
		||||
@@ -202,7 +202,7 @@
 | 
			
		||||
    <div class="mt-3 text-sm w-full">
 | 
			
		||||
      <label
 | 
			
		||||
        for="enabled"
 | 
			
		||||
        class="ml-1 font-medium text-gray-700">Active?</label>
 | 
			
		||||
        class="ml-1 font-medium text-gray-700">{$_('active')}?</label>
 | 
			
		||||
      <br />
 | 
			
		||||
      <p class="text-gray-500">
 | 
			
		||||
        <input
 | 
			
		||||
@@ -214,7 +214,7 @@
 | 
			
		||||
          type="checkbox"
 | 
			
		||||
          checked={editable_userdata.enabled}
 | 
			
		||||
          class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded" />
 | 
			
		||||
        set the user active/ inactive
 | 
			
		||||
        {$_('set-the-user-active-inactive')}
 | 
			
		||||
      </p>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="text-sm w-full">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user