{% extends 'base.html' %} {% load static %} {% block header_button %} {% if request.user.is_superuser %} All services All portfolios {% endif %} {% endblock %} {% block main %}
{{ portfolio.description }}
{{ service.description }}