Erlendftw

russeid2 application info

Mar 15th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.45 KB | None | 0 0
  1. <ul>
  2.                                         <li>
  3.                                             <strong>Russe year set: </strong>
  4.                                             {% if applicationInfo.russe_year %}
  5.                                                 <span style="color: green;"><i class="fa fa-check"></i> Passed</span>
  6.                                             {% else %}
  7.                                                 <span style="color: orange;"><i class="fa fa-times"></i> Invalid</span>
  8.                                             {% endif %}
  9.                                         </li>
  10.                                         <li>
  11.                                             <strong>Russe year is {{currentRusseYear}}: </strong>
  12.                                             {% if applicationInfo.russe_year_current %}
  13.                                                 <span style="color: green;"><i class="fa fa-check"></i> Passed</span>
  14.                                             {% else %}
  15.                                                 <span style="color: orange;"><i class="fa fa-times"></i> Invalid</span>
  16.                                             {% endif %}
  17.                                         </li>
  18.                                         <li>
  19.                                             <strong>Graduation year set: </strong>
  20.                                             {% if applicationInfo.graduation_year %}
  21.                                                 <span style="color: green;"><i class="fa fa-check"></i> Passed</span>
  22.                                             {% else %}
  23.                                                 <span style="color: orange;"><i class="fa fa-times"></i> Invalid</span>
  24.                                             {% endif %}
  25.                                         </li>
  26.                                         <li>
  27.                                             <strong>Transport set: </strong>
  28.                                             {% if applicationInfo.transport %}
  29.                                                 <span style="color: green;"><i class="fa fa-check"></i> Passed</span>
  30.                                             {% else %}
  31.                                                 <span style="color: orange;"><i class="fa fa-times"></i> Invalid</span>
  32.                                             {% endif %}
  33.                                         </li>
  34.                                     </ul>
Advertisement
Add Comment
Please, Sign In to add comment