{% extends "light/index.1col.html" %} {% block title %}Ubuntu{% endblock %} {% block header %}Training{% endblock %} {% block content %}
{% for month in months %} | {{ month.1 }} | {% endfor %} {% for course in course_list %}||
---|---|---|---|
{{ 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 %} |
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 %}