{% extends '_base.html' %} {% load render_table from django_tables2 %} {% block title %}Aggregate: {{ aggregate }}{% endblock %} {% block content %}
Family | {{ aggregate.get_family_display }} |
RIR | {{ aggregate.rir }} |
Date Added | {% if aggregate.date_added %} {{ aggregate.date_added }} {% else %} N/A {% endif %} |
Description | {% if aggregate.description %} {{ aggregate.description }} {% else %} N/A {% endif %} |