{% extends 'project-detail.html' %} {% block tabbarlayout %} {{ tabbar('Members') }} {% endblock %} {% block tabcontent %}
{% if error %}
{{ error }}
{% endif %}
{% endblock %}