Django:TemplateSyntaxError:无法解析余数:'|'来自'eligibility_date |'

时间:2018-05-28 05:58:48

标签: django django-templates jinja2 django-template-filters

我在我的一个模板中使用下面的代码。并且收到错误TemplateSyntaxError: Could not parse the remainder: '|' from 'eligibility_date|'.我搜索了很多,但找不到date过滤器与{% with %} {% endwith %}的任何用法。 `

{% with eligibility_date=eligibility_date|date: "m/d/Y" %}
    {% blocktrans %} {{eligibility_date}} {% endblocktrans %}
{% endwith %}

1 个答案:

答案 0 :(得分:2)

int score, name; date之间不应该有空格:

"m/d/Y"