{% extends "base_data_centric.html" %} {% load staticfiles %} {% block title %}OMA group {{omagroup.group_nbr}} {% endblock %} {% block header_body %}

OMA GROUP {{ omagroup.group_nbr }} with {{ nr_member }} members.

Fingerprint: {{ omagroup.fingerprint }} {% if omagroup.keyword != '-' %} | {{ omagroup.keyword }} {% endif %}

{% endblock %} {% block data_content %} {% include "includes/sidebar_omagroup.html" with tab=tab %}
{% block contentTab %} {% endblock contentTab %}
{% endblock data_content %}