{% extends "base.html" %} {% block header %}All Plug Events{% endblock %} {% block title %}All Plug Events{% endblock %} {% block scripts %} {% include "sortable_table_script.html" %} {% endblock scripts %} {% block content %}

Plug Events ({{plugevents_list.count}}) {% if perms.timed_mating.add_plugEvents %} {% endif %}

{% include "plug_table.html" %}

To add a new plug event click here, or enter it from the breeding cage.

To see all timed mating breeding cages click here.

{% endblock %}