{% extends "profile/base.html" %} {% load i18n %} {% block perfil %}

{% trans "Social networks" %}

Twitter

{% if profile.twitter_id %} {% trans "Twitter linked" %}: {{profile.twitter_id}} {% else %} {% trans "Link Twitter for this user" %}
Twitter icon {% endif %}

Facebook

{% if profile.facebook_id %} {% trans "Facebook linked" %}: {{profile.facebook_id}} {% else %} {% trans "Link Facebook for this user" %}
Facebook icon {% endif %}

{% endblock %}