templates/classroom/templating/fiche_repport_notes.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.     <head>
  4.         <meta charset="utf-8">
  5.         <title>
  6.             Fiche de repport de notes
  7.                                 
  8.                     
  9.         </title>
  10.         <link rel="stylesheet" type="text/css" href="{{ absolute_url(asset('assets/css/bootstrap.min.css')) }}" />
  11.         <link rel="stylesheet" type="text/css" href="{{ absolute_url(asset('assets/css/pdf.css')) }}" />
  12.     </head>
  13.     <body>
  14.         <header class="clearfix">
  15.            {{ include('classroom/partials/header.html.twig') }}
  16.             <h1 style=" text-align:center; ">
  17.                 <b>
  18.                     {% if(room.level.cycle.section.name=="Francophone") %}
  19.                         FICHES DE REPPORT DES NOTES
  20.                                                                                                                                                                                                                                             
  21.                                                                                                                                                                                                                     
  22.                                                                                                                                                                                             
  23.                                                                                                                                                                     
  24.                                                                                                                                             
  25.                                                                                                                     
  26.                                                                                             
  27.                                                                     
  28.                                             
  29.                     {% else %}
  30.                         NOTES POSTING SHEETS
  31.                                                                                                                                                                                                                                             
  32.                                                                                                                                                                                                                     
  33.                                                                                                                                                                                             
  34.                                                                                                                                                                     
  35.                                                                                                                                             
  36.                                                                                                                     
  37.                                                                                             
  38.                                                                     
  39.                                             
  40.                     {% endif %}
  41.                 </b>
  42.             </h1>
  43.             <div id="companyleft">
  44.                 <h5>
  45.                     <b>
  46.                         <span>
  47.                             {% if(room.level.cycle.section.name=="Francophone") %}
  48.                                 CLASSE
  49.                                                                                                                                                                                                                                                                                                                             
  50.                                                                                                                                                                                                                                                                                             
  51.                                                                                                                                                                                                                                                             
  52.                                                                                                                                                                                                                             
  53.                                                                                                                                                                                             
  54.                                                                                                                                                             
  55.                                                                                                                             
  56.                                                                                             
  57.                                                             
  58.                             {% else %}
  59.                                 CLASS
  60.                                                                                                                                                                                                                                                                                                                             
  61.                                                                                                                                                                                                                                                                                             
  62.                                                                                                                                                                                                                                                             
  63.                                                                                                                                                                                                                             
  64.                                                                                                                                                                                             
  65.                                                                                                                                                             
  66.                                                                                                                             
  67.                                                                                             
  68.                                                             
  69.                             {% endif %}
  70.                         </span>
  71.                         {{ room.name }}
  72.                     </b>
  73.                 </h5>
  74.             </div>
  75.             <div id="companyright">
  76.                 <h5>
  77.                     <b>
  78.                         <span>
  79.                             {% if(room.level.cycle.section.name=="Francophone") %}
  80.                                 ANNEE SCOLAIRE &nbsp;
  81.                                                                                                                                                                                                                                                                                                                                 
  82.                                                                                                                                                                                                                                                                                                 
  83.                                                                                                                                                                                                                                                                 
  84.                                                                                                                                                                                                                                 
  85.                                                                                                                                                                                                 
  86.                                                                                                                                                                 
  87.                                                                                                                                 
  88.                                                                                                 
  89.                                                                 
  90.                                 {{ year }}
  91.                             {% else %}
  92.                                 {{ year }}
  93.                                 &nbsp; SCHOOL YEAR
  94.                                                                                                                                                                                                                                                                                                                             
  95.                                                                                                                                                                                                                                                                                             
  96.                                                                                                                                                                                                                                                             
  97.                                                                                                                                                                                                                             
  98.                                                                                                                                                                                             
  99.                                                                                                                                                             
  100.                                                                                                                             
  101.                                                                                             
  102.                                                             
  103.                             {% endif %}
  104.                         </span>
  105.                     </b>
  106.                 </h5>
  107.             </div>
  108.         </header>
  109.         <main>
  110.             <table>
  111.                 <thead>
  112.                     <tr>
  113.                         <th class="desc" style="width:30%;">
  114.                             <h7>
  115.                                 <b>
  116.                                     {% if(room.level.cycle.section.name=="Francophone") %}
  117.                                         NOMS COMPLETS
  118.                                                                                                                                                                                                                                                                                                                                                                                                             
  119.                                                                                                                                                                                                                                                                                                                                                                     
  120.                                                                                                                                                                                                                                                                                                                             
  121.                                                                                                                                                                                                                                                                                     
  122.                                                                                                                                                                                                                                             
  123.                                                                                                                                                                                                     
  124.                                                                                                                                                             
  125.                                                                                                                     
  126.                                                                             
  127.                                     {% else %}
  128.                                         FULL NAME
  129.                                                                                                                                                                                                                                                                                                                                                                                                             
  130.                                                                                                                                                                                                                                                                                                                                                                     
  131.                                                                                                                                                                                                                                                                                                                             
  132.                                                                                                                                                                                                                                                                                     
  133.                                                                                                                                                                                                                                             
  134.                                                                                                                                                                                                     
  135.                                                                                                                                                             
  136.                                                                                                                     
  137.                                                                             
  138.                                     {% endif %}
  139.                                 </b>
  140.                             </h7>
  141.                         </th>
  142.                         <th style="width:6%;">
  143.                             <b>
  144.                                 SESS1
  145.                                                                                                                                                                                                                                                                                             
  146.                                                                                                                                                                                                                                                             
  147.                                                                                                                                                                                                                             
  148.                                                                                                                                                                                             
  149.                                                                                                                                                             
  150.                                                                                                                             
  151.                                                                                             
  152.                                                             
  153.                             </b>
  154.                         </th>
  155.                         <th style="width:6%;">
  156.                             <b>
  157.                                 SESS2
  158.                                                                                                                                                                                                                                                                                             
  159.                                                                                                                                                                                                                                                             
  160.                                                                                                                                                                                                                             
  161.                                                                                                                                                                                             
  162.                                                                                                                                                             
  163.                                                                                                                             
  164.                                                                                             
  165.                                                             
  166.                             </b>
  167.                         </th>
  168.                         <th style="width:6%;">
  169.                             <b>
  170.                                 EB1
  171.                                                                                                                                                                                                                                                                                             
  172.                                                                                                                                                                                                                                                             
  173.                                                                                                                                                                                                                             
  174.                                                                                                                                                                                             
  175.                                                                                                                                                             
  176.                                                                                                                             
  177.                                                                                             
  178.                                                             
  179.                             </b>
  180.                         </th>
  181.                         <th style="width:6%;">
  182.                             <b>
  183.                                 TRIM1
  184.                                                                                                                                                                                                                                                                                             
  185.                                                                                                                                                                                                                                                             
  186.                                                                                                                                                                                                                             
  187.                                                                                                                                                                                             
  188.                                                                                                                                                             
  189.                                                                                                                             
  190.                                                                                             
  191.                                                             
  192.                             </b>
  193.                         </th>
  194.                         <th style="width:6%;">
  195.                             <b>
  196.                                 SESS3
  197.                                                                                                                                                                                                                                                                                             
  198.                                                                                                                                                                                                                                                             
  199.                                                                                                                                                                                                                             
  200.                                                                                                                                                                                             
  201.                                                                                                                                                             
  202.                                                                                                                             
  203.                                                                                             
  204.                                                             
  205.                             </b>
  206.                         </th>
  207.                         <th style="width:6%;">
  208.                             <b>
  209.                                 SESS4
  210.                                                                                                                                                                                                                                                                                             
  211.                                                                                                                                                                                                                                                             
  212.                                                                                                                                                                                                                             
  213.                                                                                                                                                                                             
  214.                                                                                                                                                             
  215.                                                                                                                             
  216.                                                                                             
  217.                                                             
  218.                             </b>
  219.                         </th>
  220.                         <th style="width:6%;">
  221.                             <b>
  222.                                 EB2
  223.                                                                                                                                                                                                                                                                                             
  224.                                                                                                                                                                                                                                                             
  225.                                                                                                                                                                                                                             
  226.                                                                                                                                                                                             
  227.                                                                                                                                                             
  228.                                                                                                                             
  229.                                                                                             
  230.                                                             
  231.                             </b>
  232.                         </th>
  233.                         <th style="width:5%;">
  234.                             <b>
  235.                                 SESS5
  236.                                                                                                                                                                                                                                                                                             
  237.                                                                                                                                                                                                                                                             
  238.                                                                                                                                                                                                                             
  239.                                                                                                                                                                                             
  240.                                                                                                                                                             
  241.                                                                                                                             
  242.                                                                                             
  243.                                                             
  244.                             </b>
  245.                         </th>
  246.                         <th style="width:6%;">
  247.                             <b>
  248.                                 SESS6
  249.                                                                                                                                                                                                                                                                                             
  250.                                                                                                                                                                                                                                                             
  251.                                                                                                                                                                                                                             
  252.                                                                                                                                                                                             
  253.                                                                                                                                                             
  254.                                                                                                                             
  255.                                                                                             
  256.                                                             
  257.                             </b>
  258.                         </th>
  259.                         <th style="width:6%;">
  260.                             <b>
  261.                                 SESS7
  262.                                                                                                                                                                                                                                                                                             
  263.                                                                                                                                                                                                                                                             
  264.                                                                                                                                                                                                                             
  265.                                                                                                                                                                                             
  266.                                                                                                                                                             
  267.                                                                                                                             
  268.                                                                                             
  269.                                                             
  270.                             </b>
  271.                         </th>
  272.                         <th style="width:6%;">
  273.                             <b>
  274.                                 EB3
  275.                                                                                                                                                                                                                                                                                             
  276.                                                                                                                                                                                                                                                             
  277.                                                                                                                                                                                                                             
  278.                                                                                                                                                                                             
  279.                                                                                                                                                             
  280.                                                                                                                             
  281.                                                                                             
  282.                                                             
  283.                             </b>
  284.                         </th>
  285.                         <th style="width:6%;">
  286.                             <b>
  287.                                 TRIM3
  288.                                                                                                                                                                                                                                                                                             
  289.                                                                                                                                                                                                                                                             
  290.                                                                                                                                                                                                                             
  291.                                                                                                                                                                                             
  292.                                                                                                                                                             
  293.                                                                                                                             
  294.                                                                                             
  295.                                                             
  296.                             </b>
  297.                         </th>
  298.                     </tr>
  299.                 </thead>
  300.                 <tbody>
  301.                     {% for std in students %}
  302.                         <tr>
  303.                             <td>
  304.                                 <b>
  305.                                     {{ std.lastname }}
  306.                                 </td>
  307.                             </td>
  308.                             <td></td>
  309.                             <td></td>
  310.                             <td></td>
  311.                             <td></td>
  312.                             <td></td>
  313.                             <td></td>
  314.                             <td></td>
  315.                             <td></td>
  316.                             <td></td>
  317.                             <td></td>
  318.                             <td></td>
  319.                             <td></td>
  320.                         </tr>
  321.                     {% endfor %}
  322.                 </tbody>
  323.             </table>
  324.             <div id="notices">
  325.                 <div>
  326.                     NOTICE:
  327.                                                                                                                                                                                 
  328.                                                                                                                                                             
  329.                                                                                                                                         
  330.                                                                                                                     
  331.                                                                                                 
  332.                                                                             
  333.                                                         
  334.                                     
  335.                 </div>
  336.                 <div class="notice">
  337.                     {% if(room.level.cycle.section.name=="Francophone") %}
  338.                         Chaque enseignant n'a droit qu'à un exemplaire de cette fiche de procès verbal
  339.                                                                                                                                                                                                                                                             
  340.                                                                                                                                                                                                                     
  341.                                                                                                                                                                                             
  342.                                                                                                                                                                     
  343.                                                                                                                                             
  344.                                                                                                                     
  345.                                                                                             
  346.                                                                     
  347.                                             
  348.                     {% else %}
  349.                         Each teacher is entitled to only one copy of this sheet of report
  350.                                                                                                                                                                                                                                                             
  351.                                                                                                                                                                                                                     
  352.                                                                                                                                                                                             
  353.                                                                                                                                                                     
  354.                                                                                                                                             
  355.                                                                                                                     
  356.                                                                                             
  357.                                                                     
  358.                                             
  359.                     {% endif %}
  360.                 </div>
  361.             </div>
  362.         </main>
  363.         <footer></footer>
  364.     </body>
  365. </html>