{% extends 'settings/general/master.twig' %} {% set mode = 'Profile' %} {% block description %}

These are the external account links etc. on your profile, shouldn't need any additional explanation for this one.

{% endblock %} {% set months = { 1: "January", 2: "February", 3: "March", 4: "April", 5: "May", 6: "June", 7: "July", 8: "August", 9: "September", 10: "October", 11: "November", 12: "December", } %} {% set birthday = user.birthday|split('-') %} {% block settingsContent %}
{% for field in fields %}

{{ field.name }}

{% if field.additional %} {% for id,addit in field.additional %}
{% endfor %} {% endif %}
{% endfor %}

Birthday

Day: Month: Year:
{% endblock %}