{% extends 'base.html' %} {% block body %}
| {{ 'Name'|trans }} | {{ 'Phone'|trans }} | {{ 'Mobile'|trans }} | {{ 'Website'|trans }} | {{ 'Skype'|trans }} |
|---|---|---|---|---|
| {{ user.fullname|raw }} | {{ user.phone }} | {{ user.cellphone }} | {{ user.website }} | {{ user.skype }} |
{{ 'No templates from other members of the team to diplay!'|trans }}
{% endif %}