12 lines
322 B
Plaintext
12 lines
322 B
Plaintext
<div class="np-learning-paths-resources">
|
|
{% if items.any? %}
|
|
<div class="np-dashboard-resources-title">
|
|
{% t shared.learning_paths %}
|
|
</div>
|
|
{% for learning_path in items %}
|
|
{% include "cards_learning_path" with learning_path %}
|
|
{% endfor %}
|
|
{% else %}
|
|
{% endif %}
|
|
</div>
|