Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <ul>
- <li>
- <strong>Russe year set: </strong>
- {% if applicationInfo.russe_year %}
- <span style="color: green;"><i class="fa fa-check"></i> Passed</span>
- {% else %}
- <span style="color: orange;"><i class="fa fa-times"></i> Invalid</span>
- {% endif %}
- </li>
- <li>
- <strong>Russe year is {{currentRusseYear}}: </strong>
- {% if applicationInfo.russe_year_current %}
- <span style="color: green;"><i class="fa fa-check"></i> Passed</span>
- {% else %}
- <span style="color: orange;"><i class="fa fa-times"></i> Invalid</span>
- {% endif %}
- </li>
- <li>
- <strong>Graduation year set: </strong>
- {% if applicationInfo.graduation_year %}
- <span style="color: green;"><i class="fa fa-check"></i> Passed</span>
- {% else %}
- <span style="color: orange;"><i class="fa fa-times"></i> Invalid</span>
- {% endif %}
- </li>
- <li>
- <strong>Transport set: </strong>
- {% if applicationInfo.transport %}
- <span style="color: green;"><i class="fa fa-check"></i> Passed</span>
- {% else %}
- <span style="color: orange;"><i class="fa fa-times"></i> Invalid</span>
- {% endif %}
- </li>
- </ul>
Advertisement
Add Comment
Please, Sign In to add comment