Avatar

Joubin Saedi

  • Total activity
    2
  • Last activity
  • Member since
  • Following
    0 users
  • Followed by
    0 users
  • Votes
    0
  • Subscriptions
    1

Comments

Recent activity by Joubin Saedi Recent activity Votes
  • the checkbox logic should actually be swapped. {% if ticket.ticket_field_<insert field_id here> contains 0 %} checkbox is unchecked {% else %} checkbox is checked {% endif %} should actually be {% ...