diff --git a/htdocs/resource/card.php b/htdocs/resource/card.php
index b403c0516f9..750e7435b20 100644
--- a/htdocs/resource/card.php
+++ b/htdocs/resource/card.php
@@ -338,10 +338,6 @@ if ($action == 'create' || $object->fetch($id, $ref) > 0)
print '
';
print $object->description;
print ' | ';
-
- // Other attributes
- include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_view.tpl.php';
-
print '';
// Origin country code
@@ -350,6 +346,11 @@ if ($action == 'create' || $object->fetch($id, $ref) > 0)
print '';
print getCountry($object->country_id, 0, $db);
print ' | ';
+
+
+ // Other attributes
+ include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_view.tpl.php';
+
print '';
print '';