Mon Profil
+ {% translate "Username" %} : {{ user.username|title }}+ + +
Mes émissions
+ {% if programs|length %} +-
+ {% for p in programs %}
+
- {{ p.title }} : + + + {% translate 'View' %} + + + + {% translate 'Edit' %} + + + {% endfor %} +
diff --git a/aircox/templates/accounts/profile.html b/aircox/templates/accounts/profile.html new file mode 100644 index 0000000..33f8b2b --- /dev/null +++ b/aircox/templates/accounts/profile.html @@ -0,0 +1,34 @@ +{% extends "aircox/base.html" %} +{% load i18n aircox %} + +{% block head_title %} + {% block title %}{{ user.username }}{% endblock %} +{% endblock %} + +{% block content-container %} +