Mat*_*att 2 django django-templates pycharm
<div class="person_roles_div">
<table>
<thead></thead>
<tbody>
{% for position in person.positions %}
<tr>
<td>{{ position.provider|default:"" }} {{ position.role }}</td>
<td>{{ position.facility|default:"" }}</td>
<td>{{ position.startdate|default:"" }}</td>
<td>{{ position.enddate|default:"" }}</td>
<td>
<button id="remove_position_sk_{{ position.position_sk }}" class="position_remove_button">Remove</button>
</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
Run Code Online (Sandbox Code Playgroud)
在td输出上下文变量并指定默认值的前四个标记中,PyCharm :在每个标记之前和之后突出显示空白区域.""
hovertip消息是(( or {% expected.页面运行正常.
知道我应该看什么设置吗?
| 归档时间: |
|
| 查看次数: |
294 次 |
| 最近记录: |