{% extends base_template %} {% block html_param %}ng-app="app"{% endblock %} {% block title_page %}AL - Terms of service{% endblock %} {% block js_import %} {% endblock %} {% block ng_init %}ng-controller="ALController" ng-init="user={{user_js}};debug={{debug}};"{% endblock %} {% block section %} {%raw%} Terms of Service {{user.name}} {%endraw%}{% block banner %}{% endblock %}{%raw%} {%endraw%}{{ tos }}{%raw%} {%endraw%} {% if agreed_date %} Agreed to Terms of Service on: {{ agreed_date }} {% else %} I, {{ user.name }}, agree to the Terms of Service previously mentioned Agree to Terms of Service {% endif %} {%raw%} {%endraw%} {% endblock %} {% block loading_jumbo %}ng-hide="user"{% endblock %}