i am trying to split the string in template using custom template filter. But i got an error
TemplateSyntaxError at /job/16/ \'for\' statements should u
Skills {% with form.instance.skills|split:"," as skills %} {% for skill in skills %} {{ skill }} {% endfor %} {% endwith %}