{% extends "ui/report_base.html" %} {% load url from future %} {% load icons %} {% load formats %} {% load bob %} {% block contentarea %}
{% include 'ui/raport_services_table.html' with title='Services with invalid relations' services=invalid_relation %}
{% include 'ui/raport_services_table.html' with title='Services without a venture' services=serv_without_ven %}
{% endblock %}