-
-
-
-
Portfolios
- {% if portfolios|length > 0 %}
-
You have access to {{ portfolios|length }} portfolio{{ portfolios|pluralize }}
- {% else %}
-
You do not have access to any portfolios.
- {% endif %}
-
- {% include "portfolios/portfolios_table.html" with portfolios=portfolios %}
+
- {% endblock %}
+{% endblock %}
+{% block scripts %}
+
+{% endblock %}
\ No newline at end of file
diff --git a/templates/project-base.html b/templates/project-base.html
index eb78be30b..91daf033c 100644
--- a/templates/project-base.html
+++ b/templates/project-base.html
@@ -88,7 +88,9 @@
{% if action_buttons %}
{% for q in action_buttons %}