{% load static %} {% load i18n %} {# iPhone #} {# iPad #} {# iPhone (hi-res) #} {# iPhone (retina) #} {# iPad (hi-res) #} {# iPad #} {# iPad (retina) #} {# iPhone (retina) #} {% if user.is_authenticated %} {% if user.userpreference and user.userpreference.theme != 'default' %} {% with 'css/'|add:user.userpreference.theme|add:'.css' as theme_css %} {% endwith %} {% endif %} {% endif %} {% block header %}{% endblock header %}