diff --git a/views/zermelo/card.blade.php b/views/zermelo/card.blade.php
index 975bc95..3cfd477 100644
--- a/views/zermelo/card.blade.php
+++ b/views/zermelo/card.blade.php
@@ -12,23 +12,17 @@
- @else
-
- @endif
+ @if ($report->is_fluid())
+
`;
+
+
+ if(block_count % 2 == 0){
+ is_block_even = true;
+ block_test_message = ''; //for testing
+ extra_block_row_class = ' alternate_row ';
+ current_row_style = ' ';
+ }else{
+ is_block_even = false;
+ block_test_message = ''; //for testing
+ extra_block_row_class = '';
+ current_row_style = '';
+ }
+
+
+
real_card_new_row = `
`;
- if(isset(this_card.card_layout_block_label)){ //we have a label... so we will use it to seperate the card blocks
- //is there a link or not?
- if(isset(this_card.card_layout_block_url)){ //then we also have a url for the label
- group_label_open_a = `
`;
- group_label_close_a = ``;
- }else{ //we have the label but no url here...
- group_label_open_a = '';
- group_label_close_a = '';
- }
- //we have a label, with or without a link..
- real_card_group_label = `
+ if(isset(this_card.card_layout_block_label)){ //we have a label... so we will use it to seperate the card blocks
+ //is there a link or not?
+ if(isset(this_card.card_layout_block_url)){ //then we also have a url for the label
+ group_label_open_a = `
`;
+ group_label_close_a = ``;
+ }else{ //we have the label but no url here...
+ group_label_open_a = '';
+ group_label_close_a = '';
+ }
+ //we have a label, with or without a link..
+ real_card_group_label = `
-
${group_label_open_a} ${this_card.card_layout_block_label} ${group_label_close_a}
+ ${group_label_open_a} ${this_card.card_layout_block_label} ${group_label_close_a} ${block_test_message}
-
+