{% extends "light/index.1col.html" %} {% block title %}Ubuntu{% endblock %} {% block header %}Training{% endblock %} {% block content %}

{{ country.Country }}

{% if course_list %} {% for month in months %} {% endfor %} {% for course in course_list %} {% endfor %}
 {{ month.1 }}
{{ course.City }}
{{ course.Course_Title }}

Training Partner: {{ course.Partner.name }}
Contact: {{ course.Partner.contact_info|urlize|linebreaksbr }}
{% ifequal course.Event_Start.month months.0.0 %} {{ course.Event_Dates }} {% else %}   {% endifequal %} {% ifequal course.Event_Start.month months.1.0 %} {{ course.Event_Dates }} {% else %}   {% endifequal %} {% ifequal course.Event_Start.month months.2.0 %} {{ course.Event_Dates }} {% else %}   {% endifequal %}
{% else %}

No courses are available.

{% endif %}

Return to the list of countries.

For more information about course availability and training locations, please visit our training partner locator.

{% endblock %}