Files
Chamilo/main/template/default/user_portal/terms.tpl
2025-08-14 22:37:50 +02:00

11 lines
314 B
Smarty

{% extends 'layout/layout_1_col.tpl'|get_template %}
{% import 'default/macro/macro.tpl' as display %}
{% block content %}
<div class="col-md-12">
{% if term %}
{{ display.panel('TermsAndConditions'|get_lang, term.content, term.date_text ) }}
{% endif %}
</div>
{% endblock %}