Actualización
This commit is contained in:
10
main/template/default/user_portal/terms.tpl
Normal file
10
main/template/default/user_portal/terms.tpl
Normal file
@@ -0,0 +1,10 @@
|
||||
{% 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 %}
|
||||
Reference in New Issue
Block a user