{% extends "credentials/base_cred.html" %} {% block title %}Your Badges | 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 meta_copydoc %} https://docs.google.com/document/d/1QuhO-9FEOGLrYp8bErS_9snqdljl7d6tFAUoNQxoVDQ/edit {% endblock meta_copydoc %} {% block content %}

Your badges

The table below shows the badges you have earned.

{% if badges['message'] %}
Information

{{ badges['message'] }}

{% else %} {% if badges and badges.length > 0 %} {% for badge in badges %} {% if badge["state"]=="pending" %} {% else %} {% endif %} {% endfor %} {% else %} {% endif %}
Badge Exam Date of Issue Actions
{{ badge['image']['id'] }} {{ badge["badge_template"]["name"] }} {{ badge["issued_at_date"] }}

You have no badges avaialble

Completing a examination to claim and share your badge.

Purchase an exam
{% endif %}
{% endblock content %}