Files
Phraseanet/templates/web/login/cgus.html.twig
Romain Neutron e7421e1fdd Fix twig tags
2013-12-03 20:02:39 +01:00

20 lines
460 B
Twig

{# variable "cgus" a string containing the cgus #}
{% extends "login/layout/content-only-layout.html.twig" %}
{% block title %}
{{ "Terms of use" | trans }}
{% endblock %}
{% block content %}
<div class="row-fluid">
<div class="span12">
<div class="cgu-content">
{% block cgu_content %}
{{ cgus|raw }}
{% endblock %}
</div>
</div>
</div>
{% endblock %}