11 lines
No EOL
535 B
Django/Jinja
11 lines
No EOL
535 B
Django/Jinja
{% extends "base/index.html.j2" %}
|
|
|
|
{% block caimira_at_cern %}
|
|
<h2 class="paragraph-title">CAiMIRA @ CERN</h2><br>
|
|
<div>
|
|
<p>
|
|
CAiMIRA has been developed by CERN with the intention of allowing members of personnel with roles related to supervision, health & safety or space management to simulate the concerned workplaces on CERN sites.
|
|
A hosted <a href="{{ get_calculator_url() }}">CERN version of the CAiMIRA Calculator</a> is available on this site to members of the CERN personnel.
|
|
</p>
|
|
</div>
|
|
{% endblock caimira_at_cern %} |