{% extends "base.html" %}
{% load i18n thumbnail static avatar %}
{% block title %}{{ object.username }}{% endblock %}
{% block content %}
{{object.city}}{% if object.city and object.country %}, {% endif %} {{object.country.name}}
{% endif %} {% if object.languages %}{{object.languages}}
{% endif %} {% if object.birthdate %}{{ object.age }} {% trans 'years old' %}
{% endif %} {% if object.description %}{{ object.description }}
{% endif %}{% blocktrans with username=object.username %}{{ username }} follows no projects at the moment.{% endblocktrans %}
{% endif %}