{% extends "credentials/base_cred.html" %}
{% block title %}Canonical Credentials -- Your exams{% 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 meta_copydoc %}
https://docs.google.com/document/d/1QuhO-9FEOGLrYp8bErS_9snqdljl7d6tFAUoNQxoVDQ/edit
{% endblock meta_copydoc %}
{% block content %}
To take an exam, you need to schedule it and log back in during your booked time slot. You have no exams available Once you purchase an exam, you can see it here
Your exams
Attention:
Exam Attempts
{% for exam in exams %}
Exam
Status
Start time
Actions
{% endfor %}
{{ exam["name"] }}
{% if exam["state"] == "Scheduled" %}
{{ exam["state"] | capitalize }}
{% else %}
{{ exam["state"] | capitalize }}
{% endif %}
{{ exam["date"] }}
{{ exam["time"] }}
{% for action in exam["actions"] %}
{{ action['text'] }}
{% endfor %}