{% extends "layouts/base.html" %} {% load indexing %} {% block title %} Dashboard {% endblock %} {% block content %}
Most recent first
Bridge No. | PGA (g) |
---|---|
{{ calid|index:event.cesmd }} |
{{ event.pga|floatformat:2 }} {% comment %} {% with station_name_list=event.motion_data.station_name.split %} {% if "interchange" in station_name_list|last|lower %} {{ event.motion_data.station_name|slice:"2:"|title }} {% else %} {{ station_name_list|slice:"1:-1"|join:" "|title }} {% endif %} {% endwith %} {% endcomment %} |