{% extends "templates/one-column.html" %} {% block title %}{{ author.name }}{% endblock %} {% block description %}{% if author.id == 217 %}Canonical produces Ubuntu, provides commercial services for Ubuntu's users, and works with hardware manufacturers, software vendors and cloud partners to certify Ubuntu.{% else %}{{ author.description|safe }}{% endif %}{% endblock %} {% block content %}
{% if author.id == 217 %} {% else %} {% endif %}

{{ author.name }}

{% if author.user_job_title %}

{{ author.user_job_title }}

{% endif %} {% if author.id == 217 %}

Canonical produces Ubuntu, provides commercial services for Ubuntu's users, and works with hardware manufacturers, software vendors and cloud partners to certify Ubuntu.

{% elif author.description %}

{{ author.description | safe }}

{% endif %}
    {% if author.user_twitter %}
  • {% endif %} {% if author.user_facebook %}
  • {% endif %}

{{ total_posts }} posts by {{ author.name }}

{% for article in articles %} {% if (loop.index - 1) % 3 == 0 and loop.index > 1 %}
{% endif %} {% include 'blog/blog-card.html' %} {% endfor %}
{% with %} {% set total_pages = total_pages %} {% set current_page = current_page %} {% include "shared/_pagination.html" %} {% endwith %}
{% endblock %}