Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9120517
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T05:38:42+00:00 2026-06-17T05:38:42+00:00

I have a view with conditional statement like this #{list items: allTasks, as: ‘task’}

  • 0

I have a view with conditional statement like this

#{list items: allTasks, as: 'task'}
<div class="task grid_12">

    #{list items:allClients, as: 'client' }
        <div class="client grid_1">

            #{list items:allTasksDone, as: 'taskDone'}

                #{if task.name==taskDone.task.name && client.name ==taskDone.client.name}
                    Done
                #{/if}
                #{else}
                    Not yet
                #{/else}
            #{/list}
        </div>
    #{/list}
</div>
#{/list}

But the result is: if the condition is true, it show “Done Not Yet”, and if the condition is false, it show “Not yet Not yet”.
The result was seem double.
How to fix this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T05:38:44+00:00Added an answer on June 17, 2026 at 5:38 am

    Thanks Palako. Yes, it’s because of looping variable “taskDone”. I’ve checked and revised my code as below and it’s done:

    <div class="task grid_24">
    <div class="client grid_3">
    Task/Client
    </div>
    #{list items:allClients, as: 'client' }
    <div class="client grid_2">
    ${client.name} </div>
    #{/list}
    </div>
    
    
    #{list items: allTasks, as: 'task'}
    <div class="task grid_24">
        <div class="client grid_3">
            ${task.name}
        </div>
    
        #{list items:allClients, as: 'client' }
        %{
            i =0;
            }%
            <div class="client grid_2">
                #{list items:allTasksDone, as: 'taskDone'}
    
                    #{if (taskDone.task == task && taskDone.client == client )}
                    %{
                        i++;
                        }%
                    #{/if}
    
    
                #{/list}
            <div class="taskStatus grid_2">
            #{if i>0}Done#{/if}
                #{else } Not yet#{/else}
            </div>
            </div>
    
        #{/list}
    </div>
    #{/list}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a class with the only constructor like this: IntroScreen::IntroScreen(Game *game) : View(game),
I have a view model coming from the server as json like this {
So inside my ASP.NET MVC View I have a conditional statement to redirect users
I have this simple if statement that check UItextfields if empty or not like
i have view like 'home/details/5', it can be access by anonymous user. but there
I have view stack in a app like so: <mx:ViewStack id=viewStack left=0 right=0 top=0
I have a conditional statement which should looks as follows: //... if(_view.VerifyData != true)
I have a django view that looks like... def add_user(request): if User.objects.get(username__exact = request.POST['username']):
I currently have a view, manage, that lists data items. Instead of running edit
I have a simple if statement in my view that returns x = 0

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.