3 | {% if count == 0 %}
4 | No {{type}} content written.
5 | {% elif count == 1 %}
6 |
9 |
21 | {% else %}
22 | {% with %}
23 | {% set col=12/count %}
24 | {% for id in range(count) %}
25 |
26 | {% include 'render_card.html' %}
27 |
28 | {% endfor %}
29 | {% endwith %}
30 | {% endif %}
31 |
32 |
--------------------------------------------------------------------------------
/third-party/kaolin/kaolin/experimental/dash3d/templates/view_settings.html:
--------------------------------------------------------------------------------
1 |