{% extends "stiri/index_stiri.html" %} {% load i18n %} {% block extrastyle %}{% endblock %} {% block title %}{{ user.username }}{% endblock %} {% block header_title %} Vizualizare cont {{ user.username }}{% endblock %} {% block banda %} {% include "stiri/banda_simpla.html" %} {% endblock %} {% block content %}

Vizualizare cont {{ user.username }}

{% if messages %}
    {% for message in messages %}
  • {{ message }}
  • {% endfor %}
{% endif %}

Alege una dintre optiunile de mai jos pentru a modifica datele contului tau.

{% endblock %}