{% extends "base.html" %} {% load static from staticfiles %} {% load cache %} {% block title %}{{ BRANDING_DISTRONAME }} - {{ user_type }}{% endblock %} {% block head %}{% endblock %} {% block content %} {% cache 600 dev-tu-profiles user_type %}

{{BRANDING_DISTRONAME}} {{user_type}}

{{description}}

{% with users as dev_list %} {% include 'public/developer_list.html' %} {% endwith %}
{% endcache %} {% endblock %}