{{ page.title }}
{% if page.is_featured %}Featured{% endif %}
{% if page.is_sponsored %}{% include "includes/sponsored_badge.html" %}{% endif %}
{{ page.summary }}
| GitHub | {{ page.github_url }} |
{% if page.official_url %}
| Official Site | {{ page.official_url }} |
{% endif %}
{% if page.license_name %}
| License | {{ page.license_name }} |
{% endif %}
| Maturity | {{ page.get_maturity_display }} |
| Maintenance | {{ page.get_maintenance_status_display }} |
{% if page.scenarios.exists %}
| Scenarios |
{% for s in page.scenarios.all %}{{ s.title }}{% endfor %}
|
{% endif %}
{% if page.languages.exists %}
| Languages |
{% for l in page.languages.all %}{{ l.name }}{% endfor %}
|
{% endif %}
{% if page.frameworks.exists %}
| Frameworks |
{% for f in page.frameworks.all %}{{ f.name }}{% endfor %}
|
{% endif %}
{% if page.databases.exists %}
| Databases |
{% for d in page.databases.all %}{{ d.name }}{% endfor %}
|
{% endif %}
{% if page.features.exists %}
| Features |
{% for feat in page.features.all %}{{ feat.name }}{% endfor %}
|
{% endif %}
Scores
| Structure | {{ page.structure_score }}/5 |
| Documentation | {{ page.docs_score }}/5 |
| Testing | {{ page.tests_score }}/5 |
| Examples | {{ page.example_score }}/5 |
| Dependency Control | {{ page.dependency_score }}/5 |
| Incremental Development | {{ page.incremental_score }}/5 |
| Total | {{ page.total_score }}/30 |
Recommended For
{{ page.recommended_for|safe }}
{% if page.not_recommended_for %}
Not Recommended For
{{ page.not_recommended_for|safe }}
{% endif %}
{% if page.review_notes %}
Review Notes
{{ page.review_notes|safe }}
{% endif %}
{% endblock %}