{% extends "base.html" %} {% block content %}
| # | Project Name | GitHub Stars | Last Commit | Category | Details |
|---|---|---|---|---|---|
| {{ loop.index }} | {{ entry.name }} | {% if entry.stars is not none %}{{ "{:,}".format(entry.stars) }}{% elif entry.source_type %}{{ entry.source_type }}{% else %}—{% endif %} | {% if entry.last_commit_at %}{% else %}—{% endif %} | {% for cat in entry.categories %} {% endfor %} {% if entry.source_type == 'Built-in' %} {% endif %} | → |