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/announcement/view.tpl

16 lines
446 B

<div class="page-header">
<h3>{{ "SystemAnnouncements" | get_lang }}</h3>
</div>
{% if not announcement is empty %}
<article id="announcement-{{ announcement.id }}}">
<div class="page-header">
<h3>{{ announcement.title }}</h3>
{{ announcement.content }}
</div>
</article>
{% else %}
<div class="alert alert-danger" role="alert">
{{ "NoResults" | get_lang }}
</div>
{% endif %}