{% extends "profile/base.html" %} {% load i18n %} {% block perfil %}
{% if profile.twitter_id %}
{% trans "Twitter linked" %}: {{profile.twitter_id}}
{% else %}
{% trans "Link Twitter for this user" %}
{% endif %}
{% if profile.facebook_id %}
{% trans "Facebook linked" %}: {{profile.facebook_id}}
{% else %}
{% trans "Link Facebook for this user" %}
{% endif %}