{% extends "base.html" %} {% block content %}

My objects

{% if objects %}

The following objects are maintained by maintainers for which you have access.

{% for object in objects %} {% endfor %}
PK Class mnt-by Last update Source
{{ object.rpsl_pk }} {{ object.object_class }} {% for mntner in object.parsed_data['mnt-by'] %} {{ mntner }}{{ ", " if not loop.last else "" }} {% endfor %} {{ object.updated|datetime_format }} {{ object.source }} [Edit]
{% else %} You do not have access to any maintainers. {% endif %} {% endblock %}