{% extends "base.html" %} {% block title %}{{ language }} Strong's Numbers - Strong's Concordance{% endblock %} {% block description %}Browse all {{ total }} {{ language }} words in Strong's Exhaustive Concordance with definitions and KJV translations.{% endblock %} {% block head %} {% endblock %} {% block content %}
← Back to Strong's Concordance

{{ language }} Strong's Numbers

{{ total }} entries total — Page {{ page }} of {{ total_pages }}

{% if total_pages > 1 %} {% endif %}
{% for entry in entries %}
{{ entry.strongs }}
{{ entry.word }} {% if entry.transliteration %} ({{ entry.transliteration }}) {% endif %}

{{ entry.definition }}{% if entry.definition|length >= 147 %}...{% endif %}

{% endfor %}
{% if total_pages > 1 %} {% endif %}
{% endblock %}