{% extends "_base.html" %} {% block title %}{{ super() }} Processes {% endblock %} {% block crumbs %}{{ super() }} / Processes {% endblock %} {% block body %} Processes in this service Name Description {% for p in data['processes'] %} {{ p['title'] | striptags | truncate }} {{ p['description'] | striptags | truncate }} {% endfor %} {% endblock %}