{% comment %} card A card view for displaying records from a queryset in a grid layout. Parameters: - content_type_id (int): The content type ID for the model being displayed. - queryset (QuerySet): The Django queryset containing the records to be displayed. - fields (list): The list of fields to display on each card. {% endcomment %} {% load bloomerp %} {% load i18n %}