{% block extrahead %}
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/dae.css" />
<link rel="stylesheet" type="text/css" media="print" href="{{ STATIC_URL }}css/print.css" />
+ <script src="{{ STATIC_URL }}js/jquery-1.5.1.min.js"
+ type="text/javascript"></script>
+ <script type="text/javascript">
+ var DEVISES = {};
+ {% for d in devises %}
+ DEVISES['{{d.devise_code}}'] = {{d.taux_euro|stringformat:"f"}};
+ {% endfor %}
+ </script>
+ <script src="{{ STATIC_URL }}js/dae.js" type="text/javascript"></script>
+ <script src="{{ STATIC_URL }}js/remun.js" type="text/javascript"></script>
{% endblock %}
{% block main %}
<fieldset>
<table cellspacing="0" id="global-cost">
- {% include 'dae/embauche-remun-consulter.html' %}
+ {% include 'dae/embauche-remun.html' %}
</table>
+ {% comment %}
+ <!-- <table cellspacing="0" id="global-cost"> -->
+ <!-- {% include 'dae/embauche-remun-consulter.html' %} -->
+ <!-- </table> -->
+ {% endcomment %}
</fieldset>
<h2 class="section">SECTION 4 - JUSTIFICATION DE LA DEMANDE (OBLIGATOIRE)</h2>