{% extends "base.html" %} {% load cache %} {% block title %}Parabola - {{ user_type }}{% endblock %} {% block content %} {% cache 600 dev-tu-profiles user_type %}

Parabola {{user_type}}

{{description}}

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