{% extends 'admin/base.html.twig' %} {% block title %}Ranking | Admin | Universities.com{% endblock %} {% block body %}

Rank Strategies

{% if total > 0 %} {% for s in strategies %} {% endfor %} {% else %} {% endif %}
Name Type Created Updated  
{{ s.name }} {{ s.type }} {{ s.createdAt|date('F j, Y h:i A') }} {{ s.updatedAt|date('F j, Y h:i A') }} Edit Run
No ranking strategies to show.
{% endblock %}