{% extends "credentials/base_cred.html" %} {% block title %}Canonical Credentials{% endblock %} {% block meta_description %} The Canonical Ubuntu Essentials exams certify knowledge and verify skills in general Linux, Ubuntu Desktop, and Ubuntu Server topics. {% endblock meta_description %} {% block content %}

Select an exam to purchase

{% for exam in exams %} {% set metadata_length = exam.metadata|length %} {% set is_disabled = metadata_length == 1 %} {% set is_discounted = True if metadata_length > 1 and exam.metadata[1].discountPrice else False %}
{% endfor %}
{% for exam in exams %} {% set metadata_length = exam.metadata|length %} {% set is_disabled = metadata_length == 1 %} {% set is_discounted = True if metadata_length > 1 and exam.metadata[1].discountPrice else False %}

{{ exam.metadata[0].value }}

{% if is_disabled %} Coming Soon! {% else %} Price: {% if is_discounted %}{{ exam.metadata[1].currency }}{{ exam.metadata[1].originalPrice }}{% endif %} {{ exam.metadata[1].currency }} {% if is_discounted %} {{ exam.metadata[1].discountPrice }} {% else %} {{ exam.metadata[1].originalPrice }} {% endif %} {% endif %}
{% endfor %}
Your Order
{% set exam = exams[exam_index] %} {% set is_discounted = True if exam.metadata|length > 1 and exam.metadata[1].discountPrice else False %}

{{ exam.displayName }}

{% if is_discounted %} {{ exam.metadata[1].currency }}{{ exam.metadata[1].discountPrice }} {% else %} {{ exam.metadata[1].currency }}{{ exam.metadata[1].originalPrice }} {% endif %}

{% endblock %}