diff --git a/hiboo/account/templates/account_profiles.html b/hiboo/account/templates/account_profiles.html
index 6fad79e388dce46303171e41e3a05928c6145848..052070a56d5c8ac9b24a6094451040206f3d88f8 100644
--- a/hiboo/account/templates/account_profiles.html
+++ b/hiboo/account/templates/account_profiles.html
@@ -15,6 +15,7 @@
         <h5>{{ profile.comment or "No profile description" }}</h5>
       </div>
       <div class="card-body p-0">
+        <div class="py-2 px-3">{{ macros.profile_status(profile) }}</div>
         <ul class="nav flex-column nav-pills">
           {% if not service.single_profile %}
           {% if service.policy in ("open", "burst") and profile.__class__.filter(service, current_user).count() < service.max_profiles %}
@@ -62,9 +63,6 @@
           {% endfor %}
         </ul>
       </div>
-      <div class="card-footer py-2 px-3">
-        <div>{{ macros.profile_status(profile) }}</div>
-      </div>
     </div>
   </div>
 {% endfor %}