Created
July 1, 2014 23:12
-
-
Save julzmon/ac30ddb09889722c577a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% set counter = 0 %} | |
| {% for entity in itemsTotal if entity|length %} | |
| {% set counter = counter + 1 %} | |
| {% endfor %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment