{% extends "coprs/group_show.html" %} {% block title %}Project List{% endblock %} {% block header %}Project List{% endblock %} {% from "_helpers.html" import render_pagination, fas_group_href %} {% block breadcrumbs %}
{% endblock %} {% block show_top %} {% if g.user and g.user.can_build_in_group(group) %} New Group Project {% endif %}