cara/caimira/apps/templates/cern/index.html.j2

11 lines
No EOL
532 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="{{ calculator_prefix }}">CERN version of the CAiMIRA Calculator</a> is available on this site to members of the CERN personnel.
</p>
</div>
{% endblock caimira_at_cern %}