Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/template/default/skill/profile_item.tpl

12 lines
388 B

{% if profiles is not null %}
<div class="page-header">
<h3>{{ "SkillProfiles"|get_lang }}</h3>
</div>
<ul class="holder">
{%for profile in profiles %}
<li class="bit-box">
<a class="load_profile" rel="{{ profile.id }}" href="#">{{ profile.name }}</a>
</li>
{% endfor %}
</ul>
{% endif %}