9
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
osmo-oohmi/hlr_mgmt/templates/bsc.mako

25 lines
458 B
Mako

# -*- coding: utf-8 -*-
<%inherit file="layout.mako"/>
<%namespace name="table_iterator" file="table_iterator.mako"/>
<div class="page-header">
<h2>BSC Information and Statistics</h2>
</div>
<h3>Version</h3>
% if bsc_version:
${table_iterator.version(bsc_version)}
% endif
<h3>Network</h3>
% if bsc_network:
${table_iterator.iterate(bsc_network)}
% endif
<h3>Statistics</h3>
% if bsc_statistics:
${table_iterator.iterate(bsc_statistics)}
% endif