{% extends "base.html" %} {% load static i18n %} {% load thumbnail %} {% block title %}{% trans 'Contacts' %}{% endblock %} {% block head %} {% endblock head %} {% block content %}
{{ user.get_profile_name|title }} {% if user.job_title %} {{ user.job_title}} {% endif %} {% if user.location %} {{ user.location }} {% endif %}