{% extends 'miningtaxes/base.html' %} {% load i18n %} {% load static %} {% load humanize %} {% load evelinks %} {% block details %}
Frequently asked questions

How do I pay my taxes?

  1. Search for any of the following corps: {{ corps }}
  2. Click on the three dots on the upper right on the information screen about the corp:
  3. Select 'Give Money':
  4. Enter the appropriate amount and the phrase '{{ phrase }}' (case insensitive) without the quotes for the reason:
    {{ phrase }}
{% endblock details %} {% block extra_javascript %} {{ block.super }} {% endblock %} {% block extra_css %} {% endblock %} {% block extra_script %} {% endblock %}