{% extends "public/base.html" %} {% load bootstrap %} {% load staticfiles %} {% block title %}Alliance Auth{% endblock %} {% block page_title %}Fatlink view{% endblock page_title %} {% block content %}

Participation data

Most recent clicked fatlinks

{% for fat in fats %} {% if fat.station != "None" %} {% else %} {% endif %} {% endfor %}
fatname Character System Ship Eve Time
{{ fat.fatlink.name }} {{ fat.character.character_name }}Docked in {{ fat.system }}{{ fat.system }}{{ fat.shiptype }} {{ fat.fatlink.fatdatetime }}
{% if perms.auth.fleetactivitytracking%}

Most recent fatlinks

{% for link in fatlinks %} {% endfor %}
Name Creator Fleet Eve Time Duration Edit
{{ link.name }} {{ link.creator.username }} {{ link.fleet }} {{ link.fatdatetime }} {{ link.duration }}
{% endif %}
{% endblock content %}