{% extends "account/layout.html" %} {% block content %}
{% for (category, message) in get_flashed_messages(with_categories=True) %}
{{message}}
{% endfor %} {% if functions %}
New function
{% for function in functions %} {% endfor %}
Name Project Updated At Actions
{{ function['name'] }} {{ function['project']['name']}} {{ function['updated_at'] }}
{% endif %} {% if not functions %} New function {% endif %} {% endblock %}